Class ChannelsInviteRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsInviteRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsInviteRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsInviteRequest.ChannelsInviteRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ChannelsInviteRequest.ChannelsInviteRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Channel to invite user to.StringgetToken()Deprecated.Authentication token.StringgetUser()Deprecated.User to invite to channel.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Channel to invite user to.voidsetToken(String token)Deprecated.Authentication token.voidsetUser(String user)Deprecated.User to invite to channel.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.Channel to invite user to. -
getUser
Deprecated.User to invite to channel. -
setToken
Deprecated.Authentication token. Requires scope: `channels:write` -
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.
-