Uses of Class
com.spotify.github.v3.issues.changes.ImmutableChanges.Builder
-
Packages that use ImmutableChanges.Builder Package Description com.spotify.github.v3.issues.changes -
-
Uses of ImmutableChanges.Builder in com.spotify.github.v3.issues.changes
Methods in com.spotify.github.v3.issues.changes that return ImmutableChanges.Builder Modifier and Type Method Description ImmutableChanges.BuilderImmutableChanges.Builder. body(Body body)Initializes the value for thebodyattribute.static ImmutableChanges.BuilderImmutableChanges. builder()Creates a builder forImmutableChanges.ImmutableChanges.BuilderImmutableChanges.Builder. from(Changes instance)Fill a builder with attribute values from the providedChangesinstance.
-