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