Uses of Interface
com.spotify.github.v3.user.requests.SuspensionReason
-
Packages that use SuspensionReason Package Description com.spotify.github.v3.clients com.spotify.github.v3.user.requests -
-
Uses of SuspensionReason in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type SuspensionReason Modifier and Type Method Description CompletableFuture<Boolean>
UserClient. suspendUser(String username, SuspensionReason reason)
Suspend a user.CompletableFuture<Boolean>
UserClient. unSuspendUser(String username, SuspensionReason reason)
Unsuspend a user. -
Uses of SuspensionReason in com.spotify.github.v3.user.requests
Classes in com.spotify.github.v3.user.requests that implement SuspensionReason Modifier and Type Class Description class
ImmutableSuspensionReason
Immutable implementation ofSuspensionReason
.Methods in com.spotify.github.v3.user.requests with parameters of type SuspensionReason Modifier and Type Method Description static ImmutableSuspensionReason
ImmutableSuspensionReason. copyOf(SuspensionReason instance)
Creates an immutable copy of aSuspensionReason
value.ImmutableSuspensionReason.Builder
ImmutableSuspensionReason.Builder. from(SuspensionReason instance)
Fill a builder with attribute values from the providedSuspensionReason
instance.
-