Class AdminConversationsInviteRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsInviteRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsInviteRequest extends java.lang.Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.invite
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsInviteRequest.AdminConversationsInviteRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsInviteRequest.AdminConversationsInviteRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetChannelId()The channel that the users will be invited to.java.lang.StringgetToken()Authentication token bearing required scopes.java.util.List<java.lang.String>getUserIds()The users to invite.inthashCode()voidsetChannelId(java.lang.String channelId)The channel that the users will be invited to.voidsetToken(java.lang.String token)Authentication token bearing required scopes.voidsetUserIds(java.util.List<java.lang.String> userIds)The users to invite.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public java.lang.String getChannelId()The channel that the users will be invited to. -
getUserIds
public java.util.List<java.lang.String> getUserIds()The users to invite. -
setToken
public void setToken(java.lang.String token)Authentication token bearing required scopes. -
setChannelId
public void setChannelId(java.lang.String channelId)The channel that the users will be invited to. -
setUserIds
public void setUserIds(java.util.List<java.lang.String> userIds)The users to invite. -
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
-