Class ConversationsKickRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsKickRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.kick
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID of conversation to remove user from.getToken()Authentication token.getUser()User ID to be removed.inthashCode()voidsetChannel(String channel) ID of conversation to remove user from.voidAuthentication token.voidUser ID to be removed.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
ID of conversation to remove user from. -
getUser
User ID to be removed. -
setToken
Authentication token. Requires scope: `conversations:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
ID of conversation to remove user from. -
setUser
User ID to be removed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-