Class ChannelsCreateRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsCreateRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.getName()
Deprecated.Name of channel to createDeprecated.Required for org-wide apps.getToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.boolean
Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.void
Deprecated.Name of channel to createvoid
Deprecated.Required for org-wide apps.void
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.toString()
Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getName
Deprecated.Name of channel to create -
isValidate
public boolean isValidate()Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria. -
getTeamId
Deprecated.Required for org-wide apps. -
setToken
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
setToken
in interfaceSlackApiRequest
-
setName
Deprecated.Name of channel to create -
setValidate
public void setValidate(boolean validate) Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria. -
setTeamId
Deprecated.Required for org-wide apps. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-