Class ChannelsJoinRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsJoinRequest
- 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 channel to joingetToken()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 channel to joinvoidDeprecated.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: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getName
Deprecated.Name of channel to join -
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: `channels:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setName
Deprecated.Name of channel to join -
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.
-