Class ChannelsJoinRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsJoinRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsJoinRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsJoinRequest.ChannelsJoinRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ChannelsJoinRequest.ChannelsJoinRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetName()Deprecated.Name of channel to joinStringgetToken()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 channel to joinvoidsetToken(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: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
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` -
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.
-