Class ChannelsInfoRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsInfoRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.Channel to get info ongetToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.boolean
Deprecated.Set this to `true` to receive the locale for this channel.void
setChannel
(String channel) Deprecated.Channel to get info onvoid
setIncludeLocale
(boolean includeLocale) Deprecated.Set this to `true` to receive the locale for this channel.void
Deprecated.Authentication token.toString()
Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:read`- Specified by:
getToken
in 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:
setToken
in 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.
-