Class ConversationsJoinRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsJoinRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsJoinRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsJoinRequest.ConversationsJoinRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsJoinRequest.ConversationsJoinRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()ID of conversation to joinStringgetToken()Authentication token.inthashCode()voidsetChannel(String channel)ID of conversation to joinvoidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
ID of conversation to join -
setToken
Authentication token. Requires scope: `channels:write` -
setChannel
ID of conversation to join -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-