ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.Builder.build() |
|
static ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.copyOf(PullRequestUpdate instance) |
|
ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.withBody(String value) |
Copy the current immutable object by setting a present value for the optional body attribute.
|
ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.withBody(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the body attribute.
|
ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.withState(String value) |
Copy the current immutable object by setting a present value for the optional state attribute.
|
ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.withState(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the state attribute.
|
ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.withTitle(String value) |
Copy the current immutable object by setting a present value for the optional title attribute.
|
ImmutablePullRequestUpdate |
ImmutablePullRequestUpdate.withTitle(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the title attribute.
|