Class GroupsKickRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsKickRequest
- 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 remove user from.getToken()Deprecated.Authentication token.getUser()Deprecated.User to remove from private channel.inthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Private channel to remove user from.voidDeprecated.Authentication token.voidDeprecated.User to remove from private channel.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 remove user from. -
getUser
Deprecated.User to remove from private channel. -
setToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Private channel to remove user from. -
setUser
Deprecated.User to remove from private channel. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-