Uses of Class
com.spotify.github.ImmutableCloseTracking
-
Packages that use ImmutableCloseTracking Package Description com.spotify.github -
-
Uses of ImmutableCloseTracking in com.spotify.github
Methods in com.spotify.github that return ImmutableCloseTracking Modifier and Type Method Description ImmutableCloseTrackingImmutableCloseTracking.Builder. build()Builds a newImmutableCloseTracking.static ImmutableCloseTrackingImmutableCloseTracking. copyOf(CloseTracking instance)Creates an immutable copy of aCloseTrackingvalue.ImmutableCloseTrackingImmutableCloseTracking. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutableCloseTrackingImmutableCloseTracking. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute.ImmutableCloseTrackingImmutableCloseTracking. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableCloseTrackingImmutableCloseTracking. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.
-