ImmutableReview |
ImmutableReview.Builder.build() |
|
static ImmutableReview |
ImmutableReview.copyOf(Review instance) |
Creates an immutable copy of a Review value.
|
ImmutableReview |
ImmutableReview.withBody(String value) |
Copy the current immutable object by setting a present value for the optional body attribute.
|
ImmutableReview |
ImmutableReview.withBody(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the body attribute.
|
ImmutableReview |
ImmutableReview.withCommitId(String value) |
Copy the current immutable object by setting a value for the commitId attribute.
|
ImmutableReview |
ImmutableReview.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableReview |
ImmutableReview.withId(Integer value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableReview |
ImmutableReview.withLinks(ReviewLinks value) |
Copy the current immutable object by setting a value for the links attribute.
|
ImmutableReview |
ImmutableReview.withPullRequestUrl(URI value) |
Copy the current immutable object by setting a value for the pullRequestUrl attribute.
|
ImmutableReview |
ImmutableReview.withState(String value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutableReview |
ImmutableReview.withSubmittedAt(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional submittedAt attribute.
|
ImmutableReview |
ImmutableReview.withSubmittedAt(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the submittedAt attribute.
|
ImmutableReview |
ImmutableReview.withUser(User value) |
Copy the current immutable object by setting a value for the user attribute.
|