Class SlackCheckAuthResponse
-
- All Implemented Interfaces:
public final class SlackCheckAuthResponseThe response from a Slack auth check request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackCheckAuthResponse.BuilderA builder for SlackCheckAuthResponse.
public final classSlackCheckAuthResponse.ConnectionA Slack connection object.
-
Method Summary
Modifier and Type Method Description final SlackCheckAuthResponse.Connectionconnection()A Slack connection object. final JsonField<SlackCheckAuthResponse.Connection>_connection()Returns the raw JSON value of connection. final Map<String, JsonValue>_additionalProperties()final SlackCheckAuthResponse.BuildertoBuilder()final SlackCheckAuthResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackCheckAuthResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SlackCheckAuthResponse. -
-
Method Detail
-
connection
final SlackCheckAuthResponse.Connection connection()
A Slack connection object.
-
_connection
final JsonField<SlackCheckAuthResponse.Connection> _connection()
Returns the raw JSON value of connection.
Unlike connection, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SlackCheckAuthResponse.Builder toBuilder()
-
validate
final SlackCheckAuthResponse validate()
-
builder
final static SlackCheckAuthResponse.Builder builder()
Returns a mutable builder for constructing an instance of SlackCheckAuthResponse.
The following fields are required:
.connection()
-
-
-
-