Class ConversationsInviteRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsInviteRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/conversations.invite
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the public or private channel to invite user(s) to.getToken()Authentication token.getUsers()A comma separated list of user IDs.inthashCode()voidsetChannel(String channel) The ID of the public or private channel to invite user(s) to.voidAuthentication token.voidA comma separated list of user IDs.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
The ID of the public or private channel to invite user(s) to. -
getUsers
A comma separated list of user IDs. Up to 30 users may be listed. -
setToken
Authentication token. Requires scope: `conversations:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
The ID of the public or private channel to invite user(s) to. -
setUsers
A comma separated list of user IDs. Up to 30 users may be listed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-