static ImmutableCloseTracking.Builder |
ImmutableCloseTracking.builder() |
|
ImmutableCloseTracking.Builder |
ImmutableCloseTracking.Builder.closedAt(GitHubInstant closedAt) |
Initializes the optional value closedAt to closedAt.
|
ImmutableCloseTracking.Builder |
ImmutableCloseTracking.Builder.closedAt(Optional<? extends GitHubInstant> closedAt) |
Initializes the optional value closedAt to closedAt.
|
ImmutableCloseTracking.Builder |
ImmutableCloseTracking.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableCloseTracking.Builder |
ImmutableCloseTracking.Builder.from(CloseTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.CloseTracking instance.
|
ImmutableCloseTracking.Builder |
ImmutableCloseTracking.Builder.from(UpdateTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
|
ImmutableCloseTracking.Builder |
ImmutableCloseTracking.Builder.updatedAt(GitHubInstant updatedAt) |
Initializes the value for the updatedAt attribute.
|