Uses of Class
com.spotify.github.ImmutableUpdateTracking.Builder
-
Packages that use ImmutableUpdateTracking.Builder Package Description com.spotify.github -
-
Uses of ImmutableUpdateTracking.Builder in com.spotify.github
Methods in com.spotify.github that return ImmutableUpdateTracking.Builder Modifier and Type Method Description static ImmutableUpdateTracking.Builder
ImmutableUpdateTracking. builder()
Creates a builder forImmutableUpdateTracking
.ImmutableUpdateTracking.Builder
ImmutableUpdateTracking.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableUpdateTracking.Builder
ImmutableUpdateTracking.Builder. from(UpdateTracking instance)
Fill a builder with attribute values from the providedUpdateTracking
instance.ImmutableUpdateTracking.Builder
ImmutableUpdateTracking.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.
-