Class ChannelsUnarchiveRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsUnarchiveRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsUnarchiveRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsUnarchiveRequest.ChannelsUnarchiveRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ChannelsUnarchiveRequest.ChannelsUnarchiveRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Channel to unarchiveStringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Channel to unarchivevoidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.Channel to unarchive -
setToken
Deprecated.Authentication token. Requires scope: `channels:write` -
setChannel
Deprecated.Channel to unarchive -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-