Class GroupsSetPurposeRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsSetPurposeRequest
- 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 set the purpose ofDeprecated.The new purposegetToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.void
setChannel
(String channel) Deprecated.Private channel to set the purpose ofvoid
setPurpose
(String purpose) Deprecated.The new purposevoid
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 set the purpose of -
getPurpose
Deprecated.The new purpose -
setToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
setToken
in interfaceSlackApiRequest
-
setChannel
Deprecated.Private channel to set the purpose of -
setPurpose
Deprecated.The new purpose -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-