Class ChannelsCreateRequest
- java.lang.Object
-
- com.slack.api.methods.request.channels.ChannelsCreateRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsCreateRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsCreateRequest.ChannelsCreateRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ChannelsCreateRequest.ChannelsCreateRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetName()Deprecated.Name of 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 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 Detail
-
builder
public static ChannelsCreateRequest.ChannelsCreateRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `channels:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getName
public String getName()
Deprecated.Name of 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
public String getTeamId()
Deprecated.Required for org-wide apps.
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `channels:write`
-
setName
public void setName(String name)
Deprecated.Name of 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
public void setTeamId(String teamId)
Deprecated.Required for org-wide apps.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-