Class CallsParticipantsAddRequest
java.lang.Object
com.slack.api.methods.request.calls.participants.CallsParticipantsAddRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/calls.participants.add
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetId()id returned by the calls.add method.getToken()Authentication token bearing required scopes.getUsers()The list of users to register as participants in the Call.inthashCode()voidid returned by the calls.add method.voidAuthentication token bearing required scopes.voidsetUsers(List<CallParticipant> users) The list of users to register as participants in the Call.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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.- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-