Class ChannelsUnarchiveRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsUnarchiveRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Channel to unarchivegetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Channel to unarchivevoidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.Channel to unarchive -
setToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Channel to unarchive -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-