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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static ConversationsJoinRequest.ConversationsJoinRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
ID of conversation to join
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `channels:write`
-
setChannel
public void setChannel(String channel)
ID of conversation to join
-
canEqual
protected boolean canEqual(Object other)
-
-