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 class
GroupsSetPurposeRequest.GroupsSetPurposeRequestBuilder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GroupsSetPurposeRequest.GroupsSetPurposeRequestBuilder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.String
getChannel()
Deprecated.Private channel to set the purpose ofString
getPurpose()
Deprecated.The new purposeString
getToken()
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
setToken(String token)
Deprecated.Authentication token.String
toString()
Deprecated.
-
-
-
Method Detail
-
builder
public static GroupsSetPurposeRequest.GroupsSetPurposeRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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`- Specified by:
setToken
in interfaceSlackApiRequest
-
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.
-
-