public class ConversationsSetPurposeRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsSetPurposeRequest.ConversationsSetPurposeRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsSetPurposeRequest.ConversationsSetPurposeRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Conversation to set the purpose of
|
String |
getPurpose()
A new, specialer purpose
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Conversation to set the purpose of
|
void |
setPurpose(String purpose)
A new, specialer purpose
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsSetPurposeRequest.ConversationsSetPurposeRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic 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.