Class GroupsRenameRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsRenameRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsRenameRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsRenameRequest.GroupsRenameRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static GroupsRenameRequest.GroupsRenameRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Private channel to renameStringgetName()Deprecated.New name for private channel.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.voidsetChannel(String channel)Deprecated.Private channel to renamevoidsetName(String name)Deprecated.New name for private channel.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
-
getChannel
Deprecated.Private channel to rename -
getName
Deprecated.New name for private channel. -
isValidate
public boolean isValidate()Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria. -
setToken
Deprecated.Authentication token. Requires scope: `groups:write` -
setChannel
Deprecated.Private channel to rename -
setName
Deprecated.New name for private channel. -
setValidate
public void setValidate(boolean validate)Deprecated.Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-