ImmutableReview.Builder |
ImmutableReview.Builder.body(String body) |
Initializes the optional value body to body.
|
ImmutableReview.Builder |
ImmutableReview.Builder.body(Optional<String> body) |
Initializes the optional value body to body.
|
static ImmutableReview.Builder |
ImmutableReview.builder() |
|
ImmutableReview.Builder |
ImmutableReview.Builder.commitId(String commitId) |
Initializes the value for the commitId attribute.
|
ImmutableReview.Builder |
ImmutableReview.Builder.from(Review instance) |
Fill a builder with attribute values from the provided Review instance.
|
ImmutableReview.Builder |
ImmutableReview.Builder.htmlUrl(URI htmlUrl) |
Initializes the value for the htmlUrl attribute.
|
ImmutableReview.Builder |
ImmutableReview.Builder.id(Integer id) |
Initializes the value for the id attribute.
|
ImmutableReview.Builder |
ImmutableReview.Builder.links(ReviewLinks links) |
Initializes the value for the links attribute.
|
ImmutableReview.Builder |
ImmutableReview.Builder.pullRequestUrl(URI pullRequestUrl) |
|
ImmutableReview.Builder |
ImmutableReview.Builder.state(String state) |
Initializes the value for the state attribute.
|
ImmutableReview.Builder |
ImmutableReview.Builder.submittedAt(GitHubInstant submittedAt) |
Initializes the optional value submittedAt to submittedAt.
|
ImmutableReview.Builder |
ImmutableReview.Builder.submittedAt(Optional<? extends GitHubInstant> submittedAt) |
Initializes the optional value submittedAt to submittedAt.
|
ImmutableReview.Builder |
ImmutableReview.Builder.user(User user) |
Initializes the value for the user attribute.
|