public class ConversationsKickRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsKickRequest.ConversationsKickRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsKickRequest.ConversationsKickRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
ID of conversation to remove user from.
|
String |
getToken()
Authentication token.
|
String |
getUser()
User ID to be removed.
|
int |
hashCode() |
void |
setChannel(String channel)
ID of conversation to remove user from.
|
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
User ID to be removed.
|
String |
toString() |
public static ConversationsKickRequest.ConversationsKickRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getUser()
public void setToken(String token)
public void setChannel(String channel)
public void setUser(String user)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.