ImmutablePullRequestParameters |
ImmutablePullRequestParameters.Builder.build() |
|
static ImmutablePullRequestParameters |
ImmutablePullRequestParameters.copyOf(PullRequestParameters instance) |
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withBase(String value) |
Copy the current immutable object by setting a present value for the optional base attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withBase(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the base attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withDirection(String value) |
Copy the current immutable object by setting a present value for the optional direction attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withDirection(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the direction attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withHead(String value) |
Copy the current immutable object by setting a present value for the optional head attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withHead(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the head attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withPage(int value) |
Copy the current immutable object by setting a present value for the optional page attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withPage(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the page attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withPer_page(int value) |
Copy the current immutable object by setting a present value for the optional per_page attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withPer_page(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the per_page attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withSort(String value) |
Copy the current immutable object by setting a present value for the optional sort attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withSort(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the sort attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withState(String value) |
Copy the current immutable object by setting a present value for the optional state attribute.
|
ImmutablePullRequestParameters |
ImmutablePullRequestParameters.withState(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the state attribute.
|