@Deprecated public class ChannelsSetPurposeRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
Channel to set the purpose of
|
String |
getPurpose()
Deprecated.
The new purpose
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
void |
setChannel(String channel)
Deprecated.
Channel to set the purpose of
|
void |
setPurpose(String purpose)
Deprecated.
The new purpose
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
String |
toString()
Deprecated.
|
public static ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getChannel()
public String getPurpose()
public void setToken(String token)
public void setChannel(String channel)
public void setPurpose(String purpose)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.