Uses of Class
com.spotify.github.v3.user.requests.ImmutableSuspensionReason.Builder
-
Packages that use ImmutableSuspensionReason.Builder Package Description com.spotify.github.v3.user.requests -
-
Uses of ImmutableSuspensionReason.Builder in com.spotify.github.v3.user.requests
Methods in com.spotify.github.v3.user.requests that return ImmutableSuspensionReason.Builder Modifier and Type Method Description static ImmutableSuspensionReason.Builder
ImmutableSuspensionReason. builder()
Creates a builder forImmutableSuspensionReason
.ImmutableSuspensionReason.Builder
ImmutableSuspensionReason.Builder. from(SuspensionReason instance)
Fill a builder with attribute values from the providedSuspensionReason
instance.ImmutableSuspensionReason.Builder
ImmutableSuspensionReason.Builder. reason(String reason)
Initializes the value for thereason
attribute.
-