Uses of Class
com.spotify.github.v3.issues.changes.ImmutableChanges
-
Packages that use ImmutableChanges Package Description com.spotify.github.v3.issues.changes -
-
Uses of ImmutableChanges in com.spotify.github.v3.issues.changes
Methods in com.spotify.github.v3.issues.changes that return ImmutableChanges Modifier and Type Method Description ImmutableChangesImmutableChanges.Builder. build()Builds a newImmutableChanges.static ImmutableChangesImmutableChanges. copyOf(Changes instance)Creates an immutable copy of aChangesvalue.ImmutableChangesImmutableChanges. withBody(Body value)Copy the current immutable object by setting a value for thebodyattribute.
-