Uses of Class
com.spotify.github.v3.user.requests.ImmutableSuspensionReason
-
Packages that use ImmutableSuspensionReason Package Description com.spotify.github.v3.user.requests -
-
Uses of ImmutableSuspensionReason in com.spotify.github.v3.user.requests
Methods in com.spotify.github.v3.user.requests that return ImmutableSuspensionReason Modifier and Type Method Description ImmutableSuspensionReasonImmutableSuspensionReason.Builder. build()Builds a newImmutableSuspensionReason.static ImmutableSuspensionReasonImmutableSuspensionReason. copyOf(SuspensionReason instance)Creates an immutable copy of aSuspensionReasonvalue.ImmutableSuspensionReasonImmutableSuspensionReason. withReason(String value)Copy the current immutable object by setting a value for thereasonattribute.
-