public class CallsParticipantsRemoveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder |
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 CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder 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.