Class GroupsSetPurposeRequest
- java.lang.Object
-
- com.slack.api.methods.request.groups.GroupsSetPurposeRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsSetPurposeRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsSetPurposeRequest.GroupsSetPurposeRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GroupsSetPurposeRequest.GroupsSetPurposeRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Private channel to set the purpose ofStringgetPurpose()Deprecated.The new purposeStringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Private channel to set the purpose ofvoidsetPurpose(String purpose)Deprecated.The new purposevoidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static GroupsSetPurposeRequest.GroupsSetPurposeRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Private 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: `groups:write`
-
setChannel
public void setChannel(String channel)
Deprecated.Private channel to set the purpose of
-
setPurpose
public void setPurpose(String purpose)
Deprecated.The new purpose
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-