Class GroupsInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.groups.GroupsInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsInfoRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsInfoRequest.GroupsInfoRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GroupsInfoRequest.GroupsInfoRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Private channel to get info onStringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanisIncludeLocale()Deprecated.Set this to `true` to receive the locale for this group.voidsetChannel(String channel)Deprecated.Private channel to get info onvoidsetIncludeLocale(boolean includeLocale)Deprecated.Set this to `true` to receive the locale for this group.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static GroupsInfoRequest.GroupsInfoRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `groups:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Private channel to get info on
-
isIncludeLocale
public boolean isIncludeLocale()
Deprecated.Set this to `true` to receive the locale for this group. Defaults to `false`
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `groups:read`
-
setChannel
public void setChannel(String channel)
Deprecated.Private channel to get info on
-
setIncludeLocale
public void setIncludeLocale(boolean includeLocale)
Deprecated.Set this to `true` to receive the locale for this group. Defaults to `false`
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-