Class ChannelsInfoRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsInfoRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsInfoRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsInfoRequest.ChannelsInfoRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ChannelsInfoRequest.ChannelsInfoRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Channel to get info onStringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanisIncludeLocale()Deprecated.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.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
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` -
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.
-