Uses of Class
com.slack.api.methods.request.channels.ChannelsCreateRequest.ChannelsCreateRequestBuilder
Packages that use ChannelsCreateRequest.ChannelsCreateRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChannelsCreateRequest.ChannelsCreateRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChannelsCreateRequest.ChannelsCreateRequestBuilderModifier and TypeMethodDescriptionMethodsClient.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.ChannelsCreateRequestBuilderModifier and TypeMethodDescriptionMethodsClientImpl.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.ChannelsCreateRequestBuilderModifier and TypeMethodDescriptionChannelsCreateRequest.builder()Deprecated.Name of channel to createRequired for org-wide apps.Authentication token.ChannelsCreateRequest.ChannelsCreateRequestBuilder.validate(boolean validate) Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.