Uses of Class
com.slack.api.methods.request.channels.ChannelsCreateRequest.ChannelsCreateRequestBuilder
-
Packages that use ChannelsCreateRequest.ChannelsCreateRequestBuilder Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.methods.request.channels -
-
Uses of ChannelsCreateRequest.ChannelsCreateRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChannelsCreateRequest.ChannelsCreateRequestBuilder Modifier and Type Method Description ChannelsCreateResponseMethodsClient. channelsCreate(RequestConfigurator<ChannelsCreateRequest.ChannelsCreateRequestBuilder> req)Deprecated. -
Uses of ChannelsCreateRequest.ChannelsCreateRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChannelsCreateRequest.ChannelsCreateRequestBuilder Modifier and Type Method Description ChannelsCreateResponseMethodsClientImpl. channelsCreate(RequestConfigurator<ChannelsCreateRequest.ChannelsCreateRequestBuilder> req) -
Uses of ChannelsCreateRequest.ChannelsCreateRequestBuilder in com.slack.api.methods.request.channels
Methods in com.slack.api.methods.request.channels that return ChannelsCreateRequest.ChannelsCreateRequestBuilder Modifier and Type Method Description static ChannelsCreateRequest.ChannelsCreateRequestBuilderChannelsCreateRequest. builder()Deprecated.ChannelsCreateRequest.ChannelsCreateRequestBuilderChannelsCreateRequest.ChannelsCreateRequestBuilder. name(String name)Name of channel to createChannelsCreateRequest.ChannelsCreateRequestBuilderChannelsCreateRequest.ChannelsCreateRequestBuilder. token(String token)Authentication token.ChannelsCreateRequest.ChannelsCreateRequestBuilderChannelsCreateRequest.ChannelsCreateRequestBuilder. validate(boolean validate)Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
-