public class ConversationsInviteRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
ConversationsInviteRequest.ConversationsInviteRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static ConversationsInviteRequest.ConversationsInviteRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
The ID of the public or private channel to invite user(s) to.
|
String |
getToken()
Authentication token.
|
List<String> |
getUsers()
A comma separated list of user IDs.
|
int |
hashCode() |
void |
setChannel(String channel)
The ID of the public or private channel to invite user(s) to.
|
void |
setToken(String token)
Authentication token.
|
void |
setUsers(List<String> users)
A comma separated list of user IDs.
|
String |
toString() |
public static ConversationsInviteRequest.ConversationsInviteRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getChannel()
public List<String> getUsers()
public void setToken(String token)
public void setChannel(String channel)
public void setUsers(List<String> users)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.