@Deprecated public class ChannelsInfoRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelsInfoRequest.ChannelsInfoRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelsInfoRequest.ChannelsInfoRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
Channel to get info on
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
boolean |
isIncludeLocale()
Deprecated.
Set this to `true` to receive the locale for this channel.
|
void |
setChannel(String channel)
Deprecated.
Channel to get info on
|
void |
setIncludeLocale(boolean includeLocale)
Deprecated.
Set this to `true` to receive the locale for this channel.
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
String |
toString()
Deprecated.
|
public static ChannelsInfoRequest.ChannelsInfoRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isIncludeLocale()
public String getChannel()
public void setToken(String token)
public void setIncludeLocale(boolean includeLocale)
public void setChannel(String channel)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.