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