@Deprecated public class GroupsCreateRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupsCreateRequest.GroupsCreateRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupsCreateRequest.GroupsCreateRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
Name of private 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 private 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 GroupsCreateRequest.GroupsCreateRequestBuilder 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.