public class CallsParticipantsAddRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CallsParticipantsAddRequest.CallsParticipantsAddRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CallsParticipantsAddRequest.CallsParticipantsAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId()
id returned by the calls.add method.
|
String |
getToken()
Authentication token bearing required scopes.
|
List<CallParticipant> |
getUsers()
The list of users to register as participants in the Call.
|
int |
hashCode() |
void |
setId(String id)
id returned by the calls.add method.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUsers(List<CallParticipant> users)
The list of users to register as participants in the Call.
|
String |
toString() |
public static CallsParticipantsAddRequest.CallsParticipantsAddRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getId()
public List<CallParticipant> getUsers()
public void setToken(String token)
public void setId(String id)
public void setUsers(List<CallParticipant> users)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.