Class SlackListChannelsResponse
-
- All Implemented Interfaces:
public final class SlackListChannelsResponseA Slack channel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackListChannelsResponse.BuilderA builder for SlackListChannelsResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()A Slack channel ID from the Slack provider. final StringcontextTeamId()The team ID that the Slack channel belongs to. final BooleanisIm()Whether the Slack channel is an IM channel. final BooleanisPrivate()Whether the Slack channel is private. final Stringname()Slack channel name. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_contextTeamId()Returns the raw JSON value of contextTeamId. final JsonField<Boolean>_isIm()Returns the raw JSON value of isIm. final JsonField<Boolean>_isPrivate()Returns the raw JSON value of isPrivate. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final SlackListChannelsResponse.BuildertoBuilder()final SlackListChannelsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackListChannelsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SlackListChannelsResponse. -
-
Method Detail
-
contextTeamId
final String contextTeamId()
The team ID that the Slack channel belongs to.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_contextTeamId
final JsonField<String> _contextTeamId()
Returns the raw JSON value of contextTeamId.
Unlike contextTeamId, this method doesn't throw if the JSON field has an unexpected type.
-
_isIm
final JsonField<Boolean> _isIm()
Returns the raw JSON value of isIm.
Unlike isIm, this method doesn't throw if the JSON field has an unexpected type.
-
_isPrivate
final JsonField<Boolean> _isPrivate()
Returns the raw JSON value of isPrivate.
Unlike isPrivate, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SlackListChannelsResponse.Builder toBuilder()
-
validate
final SlackListChannelsResponse validate()
-
builder
final static SlackListChannelsResponse.Builder builder()
Returns a mutable builder for constructing an instance of SlackListChannelsResponse.
The following fields are required:
.id() .contextTeamId() .isIm() .isPrivate() .name()
-
-
-
-