Class ChannelsInfoRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsInfoRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Channel to get info ongetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanDeprecated.Set this to `true` to receive the locale for this channel.voidsetChannel(String channel) Deprecated.Channel to get info onvoidsetIncludeLocale(boolean includeLocale) Deprecated.Set this to `true` to receive the locale for this channel.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
isIncludeLocale
public boolean isIncludeLocale()Deprecated.Set this to `true` to receive the locale for this channel. Defaults to `false` -
getChannel
Deprecated.Channel to get info on -
setToken
Deprecated.Authentication token. Requires scope: `channels:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setIncludeLocale
public void setIncludeLocale(boolean includeLocale) Deprecated.Set this to `true` to receive the locale for this channel. Defaults to `false` -
setChannel
Deprecated.Channel to get info on -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-