@Deprecated public class ChannelsCreateRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
ChannelsCreateRequest.ChannelsCreateRequestBuilder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ChannelsCreateRequest.ChannelsCreateRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
Name of channel to create
|
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 create
|
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 ChannelsCreateRequest.ChannelsCreateRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public 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.