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