ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.base(String base) |
Initializes the value for the base attribute.
|
ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.body(String body) |
Initializes the optional value body to body.
|
ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.body(Optional<String> body) |
Initializes the optional value body to body.
|
static ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.builder() |
|
ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.draft(Boolean draft) |
Initializes the value for the draft attribute.
|
ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.from(PullRequestCreate instance) |
Fill a builder with attribute values from the provided PullRequestCreate instance.
|
ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.head(String head) |
Initializes the value for the head attribute.
|
ImmutablePullRequestCreate.Builder |
ImmutablePullRequestCreate.Builder.title(String title) |
Initializes the value for the title attribute.
|