@Deprecated public class ChannelsJoinRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelsJoinRequest.ChannelsJoinRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelsJoinRequest.ChannelsJoinRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
Name of channel to join
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
boolean |
isValidate()
Deprecated.
Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
|
void |
setName(String name)
Deprecated.
Name of channel to join
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
void |
setValidate(boolean validate)
Deprecated.
Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
|
String |
toString()
Deprecated.
|
public static ChannelsJoinRequest.ChannelsJoinRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getName()
public boolean isValidate()
public void setToken(String token)
public void setName(String name)
public void setValidate(boolean validate)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.