Class GroupsCreateRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsCreateRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsCreateRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsCreateRequest.GroupsCreateRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static GroupsCreateRequest.GroupsCreateRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetName()Deprecated.Name of private channel to createStringgetTeamId()Deprecated.Required for org-wide apps.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanisValidate()Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.voidsetName(String name)Deprecated.Name of private channel to createvoidsetTeamId(String teamId)Deprecated.Required for org-wide apps.voidsetToken(String token)Deprecated.Authentication token.voidsetValidate(boolean validate)Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
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` -
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.
-