Class AdminConversationsInviteRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsInviteRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.invite
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel that the users will be invited to.getToken()Authentication token bearing required scopes.The users to invite.inthashCode()voidsetChannelId(String channelId) The channel that the users will be invited to.voidAuthentication token bearing required scopes.voidsetUserIds(List<String> userIds) The users to invite.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
The channel that the users will be invited to. -
getUserIds
The users to invite. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel that the users will be invited to. -
setUserIds
The users to invite. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-