Class CallsParticipantsRemoveRequest
java.lang.Object
com.slack.api.methods.request.calls.participants.CallsParticipantsRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
public class CallsParticipantsRemoveRequest extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetId()id returned by the calls.add method.java.lang.StringgetToken()Authentication token bearing required scopes.java.util.List<CallParticipant>getUsers()The list of users to register as participants in the Call.inthashCode()voidsetId(java.lang.String id)id returned by the calls.add method.voidsetToken(java.lang.String token)Authentication token bearing required scopes.voidsetUsers(java.util.List<CallParticipant> users)The list of users to register as participants in the Call.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getId
public java.lang.String getId()id returned by the calls.add method. -
getUsers
The list of users to register as participants in the Call. -
setToken
public void setToken(java.lang.String token)Authentication token bearing required scopes. -
setId
public void setId(java.lang.String id)id returned by the calls.add method. -
setUsers
The list of users to register as participants in the Call. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-