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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 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 Detail
-
builder
public static ChannelsInfoRequest.ChannelsInfoRequestBuilder builder()
Deprecated.
-
getToken
public String 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
public String getChannel()
Deprecated.Channel to get info on
-
setToken
public void setToken(String token)
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
public void setChannel(String channel)
Deprecated.Channel to get info on
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-