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