static ImmutableCommentReaction.Builder |
ImmutableCommentReaction.builder() |
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.content(CommentReactionContent content) |
Initializes the value for the content attribute.
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.from(UpdateTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.from(CommentReaction instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.comment.CommentReaction instance.
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.id(long id) |
Initializes the value for the id attribute.
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.updatedAt(GitHubInstant updatedAt) |
Initializes the value for the updatedAt attribute.
|
ImmutableCommentReaction.Builder |
ImmutableCommentReaction.Builder.user(User user) |
Initializes the value for the user attribute.
|