public class ConversationsOpenRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsOpenRequest.ConversationsOpenRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsOpenRequest.ConversationsOpenRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Resume a conversation by supplying an `im` or `mpim`'s ID.
|
String |
getToken()
Authentication token.
|
List<String> |
getUsers()
Comma separated lists of users.
|
int |
hashCode() |
boolean |
isReturnIm()
Boolean, indicates you want the full IM channel definition in the response.
|
void |
setChannel(String channel)
Resume a conversation by supplying an `im` or `mpim`'s ID.
|
void |
setReturnIm(boolean returnIm)
Boolean, indicates you want the full IM channel definition in the response.
|
void |
setToken(String token)
Authentication token.
|
void |
setUsers(List<String> users)
Comma separated lists of users.
|
String |
toString() |
public static ConversationsOpenRequest.ConversationsOpenRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public boolean isReturnIm()
public List<String> getUsers()
public void setToken(String token)
public void setChannel(String channel)
public void setReturnIm(boolean returnIm)
public void setUsers(List<String> users)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.