Class GroupsInfoRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsInfoRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Private channel to get info ongetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanDeprecated.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.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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
Deprecated.Authentication token. Requires scope: `groups:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
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` -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-