Class GroupsOpenRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsOpenRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.Private channel to open.getToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.void
setChannel
(String channel) Deprecated.Private channel to open.void
Deprecated.Authentication token.toString()
Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getChannel
Deprecated.Private channel to open. -
setToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
setToken
in interfaceSlackApiRequest
-
setChannel
Deprecated.Private channel to open. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-