Class CallsParticipantsRemoveRequest
java.lang.Object
com.slack.api.methods.request.calls.participants.CallsParticipantsRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
public class CallsParticipantsRemoveRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilder -
Method Summary
Modifier and Type Method Description static CallsParticipantsRemoveRequest.CallsParticipantsRemoveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()id returned by the calls.add method.StringgetToken()Authentication token bearing required scopes.List<CallParticipant>getUsers()The list of users to register as participants in the Call.inthashCode()voidsetId(String id)id returned by the calls.add method.voidsetToken(String token)Authentication token bearing required scopes.voidsetUsers(List<CallParticipant> users)The list of users to register as participants in the Call.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getId
id returned by the calls.add method. -
getUsers
The list of users to register as participants in the Call. -
setToken
Authentication token bearing required scopes. -
setId
id returned by the calls.add method. -
setUsers
The list of users to register as participants in the Call. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-