public class AdminConversationsCreateRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsCreateRequest.AdminConversationsCreateRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsCreateRequest.AdminConversationsCreateRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
Description of the public or private channel to create.
|
Boolean |
getIsPrivate()
When true, creates a private channel instead of a public channel
|
String |
getName()
Name of the public or private channel to create.
|
Boolean |
getOrgWide()
When true, the channel will be available org-wide.
|
String |
getTeamId()
The workspace to create the channel in.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setDescription(String description)
Description of the public or private channel to create.
|
void |
setIsPrivate(Boolean isPrivate)
When true, creates a private channel instead of a public channel
|
void |
setName(String name)
Name of the public or private channel to create.
|
void |
setOrgWide(Boolean orgWide)
When true, the channel will be available org-wide.
|
void |
setTeamId(String teamId)
The workspace to create the channel in.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsCreateRequest.AdminConversationsCreateRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic Boolean getIsPrivate()
public String getName()
public String getDescription()
public Boolean getOrgWide()
public String getTeamId()
public void setToken(String token)
public void setIsPrivate(Boolean isPrivate)
public void setName(String name)
public void setDescription(String description)
public void setOrgWide(Boolean orgWide)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.