Class ChannelsInviteRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsInviteRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Channel to invite user to.getToken()Deprecated.Authentication token.getUser()Deprecated.User to invite to channel.inthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Channel to invite user to.voidDeprecated.Authentication token.voidDeprecated.User to invite to channel.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.Channel to invite user to. -
getUser
Deprecated.User to invite to channel. -
setToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Channel to invite user to. -
setUser
Deprecated.User to invite to channel. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-