Package com.spotify.github.v3.issues
Class ImmutableIssue.Builder
- java.lang.Object
-
- com.spotify.github.v3.issues.ImmutableIssue.Builder
-
- Enclosing class:
- ImmutableIssue
@NotThreadSafe public static final class ImmutableIssue.Builder extends Object
Builds instances of typeImmutableIssue. Initialize attributes and then invoke thebuild()method to create an immutable instance.Builderis not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableIssue.BuilderaddAllLabels(Iterable<? extends Label> elements)Adds elements tolabelslist.ImmutableIssue.BuilderaddLabels(Label element)Adds one element tolabelslist.ImmutableIssue.BuilderaddLabels(Label... elements)Adds elements tolabelslist.ImmutableIssue.Builderassignee(User assignee)Initializes the optional valueassigneeto assignee.ImmutableIssue.Builderassignee(Optional<? extends User> assignee)Initializes the optional valueassigneeto assignee.ImmutableIssue.Builderbody(String body)Initializes the optional valuebodyto body.ImmutableIssue.Builderbody(Optional<String> body)Initializes the optional valuebodyto body.ImmutableIssuebuild()Builds a newImmutableIssue.ImmutableIssue.BuilderclosedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableIssue.BuilderclosedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableIssue.Buildercomments(Integer comments)Initializes the value for thecommentsattribute.ImmutableIssue.BuildercommentsUrl(URI commentsUrl)Initializes the value for thecommentsUrlattribute.ImmutableIssue.BuildercreatedAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableIssue.BuildereventsUrl(URI eventsUrl)Initializes the optional valueeventsUrlto eventsUrl.ImmutableIssue.BuildereventsUrl(Optional<? extends URI> eventsUrl)Initializes the optional valueeventsUrlto eventsUrl.ImmutableIssue.Builderfrom(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance.ImmutableIssue.Builderfrom(UpdateTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.UpdateTrackinginstance.ImmutableIssue.Builderfrom(Issue instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.issues.Issueinstance.ImmutableIssue.BuilderhtmlUrl(URI htmlUrl)Initializes the value for thehtmlUrlattribute.ImmutableIssue.Builderid(Long id)Initializes the value for theidattribute.ImmutableIssue.Builderlabels(Iterable<? extends Label> elements)Sets or replaces all elements forlabelslist.ImmutableIssue.BuilderlabelsUrl(String labelsUrl)Initializes the value for thelabelsUrlattribute.ImmutableIssue.Builderlocked(Boolean locked)Initializes the value for thelockedattribute.ImmutableIssue.Buildermilestone(Milestone milestone)Initializes the optional valuemilestoneto milestone.ImmutableIssue.Buildermilestone(Optional<? extends Milestone> milestone)Initializes the optional valuemilestoneto milestone.ImmutableIssue.Buildernumber(Integer number)Initializes the value for thenumberattribute.ImmutableIssue.BuilderpullRequest(PullRequest pullRequest)Initializes the optional valuepullRequestto pullRequest.ImmutableIssue.BuilderpullRequest(Optional<? extends PullRequest> pullRequest)Initializes the optional valuepullRequestto pullRequest.ImmutableIssue.BuilderrepositoryUrl(URI repositoryUrl)Initializes the optional valuerepositoryUrlto repositoryUrl.ImmutableIssue.BuilderrepositoryUrl(Optional<? extends URI> repositoryUrl)Initializes the optional valuerepositoryUrlto repositoryUrl.ImmutableIssue.Builderstate(String state)Initializes the value for thestateattribute.ImmutableIssue.Buildertitle(String title)Initializes the value for thetitleattribute.ImmutableIssue.BuilderupdatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableIssue.Builderurl(URI url)Initializes the value for theurlattribute.ImmutableIssue.Builderuser(User user)Initializes the value for theuserattribute.
-
-
-
Method Detail
-
from
@CanIgnoreReturnValue public final ImmutableIssue.Builder from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
@CanIgnoreReturnValue public final ImmutableIssue.Builder from(Issue instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.issues.Issueinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
@CanIgnoreReturnValue public final ImmutableIssue.Builder from(UpdateTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.UpdateTrackinginstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
createdAt
@CanIgnoreReturnValue public final ImmutableIssue.Builder createdAt(@Nullable GitHubInstant createdAt)
Initializes the value for thecreatedAtattribute.- Parameters:
createdAt- The value for createdAt (can benull)- Returns:
thisbuilder for use in a chained invocation
-
updatedAt
@CanIgnoreReturnValue public final ImmutableIssue.Builder updatedAt(@Nullable GitHubInstant updatedAt)
Initializes the value for theupdatedAtattribute.- Parameters:
updatedAt- The value for updatedAt (can benull)- Returns:
thisbuilder for use in a chained invocation
-
closedAt
@CanIgnoreReturnValue public final ImmutableIssue.Builder closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAtto closedAt.- Parameters:
closedAt- The value for closedAt- Returns:
thisbuilder for chained invocation
-
closedAt
@CanIgnoreReturnValue public final ImmutableIssue.Builder closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAtto closedAt.- Parameters:
closedAt- The value for closedAt- Returns:
thisbuilder for use in a chained invocation
-
id
@CanIgnoreReturnValue public final ImmutableIssue.Builder id(@Nullable Long id)
Initializes the value for theidattribute.- Parameters:
id- The value for id (can benull)- Returns:
thisbuilder for use in a chained invocation
-
url
@CanIgnoreReturnValue public final ImmutableIssue.Builder url(@Nullable URI url)
Initializes the value for theurlattribute.- Parameters:
url- The value for url (can benull)- Returns:
thisbuilder for use in a chained invocation
-
eventsUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder eventsUrl(URI eventsUrl)
Initializes the optional valueeventsUrlto eventsUrl.- Parameters:
eventsUrl- The value for eventsUrl- Returns:
thisbuilder for chained invocation
-
eventsUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder eventsUrl(Optional<? extends URI> eventsUrl)
Initializes the optional valueeventsUrlto eventsUrl.- Parameters:
eventsUrl- The value for eventsUrl- Returns:
thisbuilder for use in a chained invocation
-
repositoryUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder repositoryUrl(URI repositoryUrl)
Initializes the optional valuerepositoryUrlto repositoryUrl.- Parameters:
repositoryUrl- The value for repositoryUrl- Returns:
thisbuilder for chained invocation
-
repositoryUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder repositoryUrl(Optional<? extends URI> repositoryUrl)
Initializes the optional valuerepositoryUrlto repositoryUrl.- Parameters:
repositoryUrl- The value for repositoryUrl- Returns:
thisbuilder for use in a chained invocation
-
labelsUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder labelsUrl(@Nullable String labelsUrl)
Initializes the value for thelabelsUrlattribute.- Parameters:
labelsUrl- The value for labelsUrl (can benull)- Returns:
thisbuilder for use in a chained invocation
-
commentsUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder commentsUrl(@Nullable URI commentsUrl)
Initializes the value for thecommentsUrlattribute.- Parameters:
commentsUrl- The value for commentsUrl (can benull)- Returns:
thisbuilder for use in a chained invocation
-
htmlUrl
@CanIgnoreReturnValue public final ImmutableIssue.Builder htmlUrl(@Nullable URI htmlUrl)
Initializes the value for thehtmlUrlattribute.- Parameters:
htmlUrl- The value for htmlUrl (can benull)- Returns:
thisbuilder for use in a chained invocation
-
number
@CanIgnoreReturnValue public final ImmutableIssue.Builder number(@Nullable Integer number)
Initializes the value for thenumberattribute.- Parameters:
number- The value for number (can benull)- Returns:
thisbuilder for use in a chained invocation
-
state
@CanIgnoreReturnValue public final ImmutableIssue.Builder state(@Nullable String state)
Initializes the value for thestateattribute.- Parameters:
state- The value for state (can benull)- Returns:
thisbuilder for use in a chained invocation
-
title
@CanIgnoreReturnValue public final ImmutableIssue.Builder title(@Nullable String title)
Initializes the value for thetitleattribute.- Parameters:
title- The value for title (can benull)- Returns:
thisbuilder for use in a chained invocation
-
body
@CanIgnoreReturnValue public final ImmutableIssue.Builder body(String body)
Initializes the optional valuebodyto body.- Parameters:
body- The value for body- Returns:
thisbuilder for chained invocation
-
body
@CanIgnoreReturnValue public final ImmutableIssue.Builder body(Optional<String> body)
Initializes the optional valuebodyto body.- Parameters:
body- The value for body- Returns:
thisbuilder for use in a chained invocation
-
user
@CanIgnoreReturnValue public final ImmutableIssue.Builder user(@Nullable User user)
Initializes the value for theuserattribute.- Parameters:
user- The value for user (can benull)- Returns:
thisbuilder for use in a chained invocation
-
addLabels
@CanIgnoreReturnValue public final ImmutableIssue.Builder addLabels(Label element)
Adds one element tolabelslist.- Parameters:
element- A labels element- Returns:
thisbuilder for use in a chained invocation
-
addLabels
@CanIgnoreReturnValue public final ImmutableIssue.Builder addLabels(Label... elements)
Adds elements tolabelslist.- Parameters:
elements- An array of labels elements- Returns:
thisbuilder for use in a chained invocation
-
labels
@CanIgnoreReturnValue public final ImmutableIssue.Builder labels(@Nullable Iterable<? extends Label> elements)
Sets or replaces all elements forlabelslist.- Parameters:
elements- An iterable of labels elements- Returns:
thisbuilder for use in a chained invocation
-
addAllLabels
@CanIgnoreReturnValue public final ImmutableIssue.Builder addAllLabels(Iterable<? extends Label> elements)
Adds elements tolabelslist.- Parameters:
elements- An iterable of labels elements- Returns:
thisbuilder for use in a chained invocation
-
assignee
@CanIgnoreReturnValue public final ImmutableIssue.Builder assignee(User assignee)
Initializes the optional valueassigneeto assignee.- Parameters:
assignee- The value for assignee- Returns:
thisbuilder for chained invocation
-
assignee
@CanIgnoreReturnValue public final ImmutableIssue.Builder assignee(Optional<? extends User> assignee)
Initializes the optional valueassigneeto assignee.- Parameters:
assignee- The value for assignee- Returns:
thisbuilder for use in a chained invocation
-
milestone
@CanIgnoreReturnValue public final ImmutableIssue.Builder milestone(Milestone milestone)
Initializes the optional valuemilestoneto milestone.- Parameters:
milestone- The value for milestone- Returns:
thisbuilder for chained invocation
-
milestone
@CanIgnoreReturnValue public final ImmutableIssue.Builder milestone(Optional<? extends Milestone> milestone)
Initializes the optional valuemilestoneto milestone.- Parameters:
milestone- The value for milestone- Returns:
thisbuilder for use in a chained invocation
-
locked
@CanIgnoreReturnValue public final ImmutableIssue.Builder locked(@Nullable Boolean locked)
Initializes the value for thelockedattribute.- Parameters:
locked- The value for locked (can benull)- Returns:
thisbuilder for use in a chained invocation
-
comments
@CanIgnoreReturnValue public final ImmutableIssue.Builder comments(@Nullable Integer comments)
Initializes the value for thecommentsattribute.- Parameters:
comments- The value for comments (can benull)- Returns:
thisbuilder for use in a chained invocation
-
pullRequest
@CanIgnoreReturnValue public final ImmutableIssue.Builder pullRequest(PullRequest pullRequest)
Initializes the optional valuepullRequestto pullRequest.- Parameters:
pullRequest- The value for pullRequest- Returns:
thisbuilder for chained invocation
-
pullRequest
@CanIgnoreReturnValue public final ImmutableIssue.Builder pullRequest(Optional<? extends PullRequest> pullRequest)
Initializes the optional valuepullRequestto pullRequest.- Parameters:
pullRequest- The value for pullRequest- Returns:
thisbuilder for use in a chained invocation
-
build
public ImmutableIssue build()
Builds a newImmutableIssue.- Returns:
- An immutable instance of Issue
- Throws:
IllegalStateException- if any required attributes are missing
-
-