static ImmutableMilestone.Builder |
ImmutableMilestone.builder() |
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.closedAt(GitHubInstant closedAt) |
Initializes the optional value closedAt to closedAt.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.closedAt(Optional<? extends GitHubInstant> closedAt) |
Initializes the optional value closedAt to closedAt.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.closedIssues(Integer closedIssues) |
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.creator(User creator) |
Initializes the value for the creator attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.description(String description) |
Initializes the optional value description to description.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.description(Optional<String> description) |
Initializes the optional value description to description.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.dueOn(GitHubInstant dueOn) |
Initializes the optional value dueOn to dueOn.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.dueOn(Optional<? extends GitHubInstant> dueOn) |
Initializes the optional value dueOn to dueOn.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.from(CloseTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.CloseTracking instance.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.from(UpdateTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.from(Milestone instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.Milestone instance.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.htmlUrl(URI htmlUrl) |
Initializes the value for the htmlUrl attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.id(Integer id) |
Initializes the value for the id attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.labelsUrl(URI labelsUrl) |
Initializes the value for the labelsUrl attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.number(Integer number) |
Initializes the value for the number attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.openIssues(Integer openIssues) |
Initializes the value for the openIssues attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.state(String state) |
Initializes the value for the state attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.title(String title) |
Initializes the value for the title attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.updatedAt(GitHubInstant updatedAt) |
Initializes the value for the updatedAt attribute.
|
ImmutableMilestone.Builder |
ImmutableMilestone.Builder.url(URI url) |
Initializes the value for the url attribute.
|