Class ChannelsSetPurposeRequest
- java.lang.Object
-
- com.slack.api.methods.request.channels.ChannelsSetPurposeRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsSetPurposeRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Channel to set the purpose ofStringgetPurpose()Deprecated.The new purposeStringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Channel to set the purpose ofvoidsetPurpose(String purpose)Deprecated.The new purposevoidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Channel to set the purpose of
-
getPurpose
public String getPurpose()
Deprecated.The new purpose
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `channels:write`
-
setChannel
public void setChannel(String channel)
Deprecated.Channel to set the purpose of
-
setPurpose
public void setPurpose(String purpose)
Deprecated.The new purpose
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-