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 Type Method Description CallsParticipantsRemoveRequestbuild()CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilderid(String id)id returned by the calls.add method.CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilderusers(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
-