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