Uses of Class
com.spotify.github.ImmutableUpdateTracking
-
Packages that use ImmutableUpdateTracking Package Description com.spotify.github -
-
Uses of ImmutableUpdateTracking in com.spotify.github
Methods in com.spotify.github that return ImmutableUpdateTracking Modifier and Type Method Description ImmutableUpdateTrackingImmutableUpdateTracking.Builder. build()Builds a newImmutableUpdateTracking.static ImmutableUpdateTrackingImmutableUpdateTracking. copyOf(UpdateTracking instance)Creates an immutable copy of aUpdateTrackingvalue.ImmutableUpdateTrackingImmutableUpdateTracking. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableUpdateTrackingImmutableUpdateTracking. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.
-