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 ImmutableUpdateTracking
ImmutableUpdateTracking.Builder. build()
Builds a newImmutableUpdateTracking
.static ImmutableUpdateTracking
ImmutableUpdateTracking. copyOf(UpdateTracking instance)
Creates an immutable copy of aUpdateTracking
value.ImmutableUpdateTracking
ImmutableUpdateTracking. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableUpdateTracking
ImmutableUpdateTracking. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.
-