Class CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder
java.lang.Object
com.slack.api.methods.request.calls.participants.CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder
- Enclosing class:
- CallsParticipantsRemoveRequest
public static class CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()id returned by the calls.add method.Authentication token bearing required scopes.toString()users(List<CallParticipant> users) The list of users to register as participants in the Call.
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
id
id returned by the calls.add method.- Returns:
this.
-
users
public CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder users(List<CallParticipant> users) The list of users to register as participants in the Call.- Returns:
this.
-
build
-
toString
-