Class ChannelsKickRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsKickRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.User to remove from channel.getToken()
Deprecated.Authentication token.getUser()
Deprecated.Channel to remove user from.int
hashCode()
Deprecated.void
setChannel
(String channel) Deprecated.User to remove from channel.void
Deprecated.Authentication token.void
Deprecated.Channel to remove user from.toString()
Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getToken
in interfaceSlackApiRequest
-
getChannel
Deprecated.User to remove from channel. -
getUser
Deprecated.Channel to remove user from. -
setToken
Deprecated.Authentication token. Requires scope: `channels:write` -
setChannel
Deprecated.User to remove from channel. -
setUser
Deprecated.Channel to remove user from. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-