public class ConversationsJoinRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
ConversationsJoinRequest.ConversationsJoinRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static ConversationsJoinRequest.ConversationsJoinRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
ID of conversation to join
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
ID of conversation to join
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsJoinRequest.ConversationsJoinRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getChannel()
public void setToken(String token)
public void setChannel(String channel)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.