Class CallsParticipantsAddRequest
java.lang.Object
com.slack.api.methods.request.calls.participants.CallsParticipantsAddRequest
- All Implemented Interfaces:
SlackApiRequest
public class CallsParticipantsAddRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CallsParticipantsAddRequest.CallsParticipantsAddRequestBuilder
-
Method Summary
Modifier and Type Method Description static CallsParticipantsAddRequest.CallsParticipantsAddRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getId()
id returned by the calls.add method.String
getToken()
Authentication token bearing required scopes.List<CallParticipant>
getUsers()
The list of users to register as participants in the Call.int
hashCode()
void
setId(String id)
id returned by the calls.add method.void
setToken(String token)
Authentication token bearing required scopes.void
setUsers(List<CallParticipant> users)
The list of users to register as participants in the Call.String
toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getToken
in 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
-