Class GroupsOpenRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsOpenRequest
- 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 open.getToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Private channel to open.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.Private channel to open. -
setToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Private channel to open. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-