Class SlackRevokeAccessResponse
-
- All Implemented Interfaces:
public final class SlackRevokeAccessResponseA response indicating the operation was successful.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackRevokeAccessResponse.BuilderA builder for SlackRevokeAccessResponse.
-
Method Summary
Modifier and Type Method Description final Optional<String>ok()OK response. final JsonField<String>_ok()Returns the raw JSON value of ok. final Map<String, JsonValue>_additionalProperties()final SlackRevokeAccessResponse.BuildertoBuilder()final SlackRevokeAccessResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackRevokeAccessResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SlackRevokeAccessResponse. -
-
Method Detail
-
_ok
final JsonField<String> _ok()
Returns the raw JSON value of ok.
Unlike ok, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SlackRevokeAccessResponse.Builder toBuilder()
-
validate
final SlackRevokeAccessResponse validate()
-
builder
final static SlackRevokeAccessResponse.Builder builder()
Returns a mutable builder for constructing an instance of SlackRevokeAccessResponse.
-
-
-
-