public class ConversationsInfoRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsInfoRequest.ConversationsInfoRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsInfoRequest.ConversationsInfoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Conversation ID to learn more about
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
boolean |
isIncludeLocale()
Set this to `true` to receive the locale for this conversation.
|
boolean |
isIncludeNumMembers()
Set to true to include the member count for the specified conversation.
|
void |
setChannel(String channel)
Conversation ID to learn more about
|
void |
setIncludeLocale(boolean includeLocale)
Set this to `true` to receive the locale for this conversation.
|
void |
setIncludeNumMembers(boolean includeNumMembers)
Set to true to include the member count for the specified conversation.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsInfoRequest.ConversationsInfoRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public boolean isIncludeLocale()
public boolean isIncludeNumMembers()
public void setToken(String token)
public void setChannel(String channel)
public void setIncludeLocale(boolean includeLocale)
public void setIncludeNumMembers(boolean includeNumMembers)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.