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.BuilderImmutableUpdateTracking. builder()Creates a builder forImmutableUpdateTracking.ImmutableUpdateTracking.BuilderImmutableUpdateTracking.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableUpdateTracking.BuilderImmutableUpdateTracking.Builder. from(UpdateTracking instance)Fill a builder with attribute values from the providedUpdateTrackinginstance.ImmutableUpdateTracking.BuilderImmutableUpdateTracking.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.
-