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
All Methods Instance Methods Concrete Methods 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 Detail
-
token
public CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder token(String token)
Authentication token bearing required scopes.- Returns:
this.
-
id
public CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder id(String 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
public CallsParticipantsRemoveRequest build()
-
-