public static class CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
CallsParticipantsRemoveRequest |
build() |
CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder |
id(String id)
id returned by the calls.add method.
|
CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder |
token(String token)
Authentication token bearing required scopes.
|
String |
toString() |
CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder |
users(List<CallParticipant> users)
The list of users to register as participants in the Call.
|
public CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder token(String token)
public CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder id(String id)
public CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder users(List<CallParticipant> users)
public CallsParticipantsRemoveRequest build()
Copyright © 2020. All rights reserved.