public class ConversationsCreateRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsCreateRequest.ConversationsCreateRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsCreateRequest.ConversationsCreateRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName()
Name of the public or private channel to create
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
boolean |
isPrivate()
Create a private channel instead of a public one
|
void |
setName(String name)
Name of the public or private channel to create
|
void |
setPrivate(boolean isPrivate)
Create a private channel instead of a public one
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsCreateRequest.ConversationsCreateRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getName()
public boolean isPrivate()
public void setToken(String token)
public void setName(String name)
public void setPrivate(boolean isPrivate)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.