Class GroupsCreateRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsCreateRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.getName()Deprecated.Name of private channel to createDeprecated.Required for org-wide apps.getToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanDeprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.voidDeprecated.Name of private channel to createvoidDeprecated.Required for org-wide apps.voidDeprecated.Authentication token.voidsetValidate(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: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getName
Deprecated.Name of private 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: `groups:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setName
Deprecated.Name of private 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.
-