Uses of Class
com.slack.api.methods.request.channels.ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder
| 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 ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder Modifier and Type Method Description ChannelsSetPurposeResponseMethodsClient. channelsSetPurpose(RequestConfigurator<ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder> req)Deprecated. -
Uses of ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder Modifier and Type Method Description ChannelsSetPurposeResponseMethodsClientImpl. channelsSetPurpose(RequestConfigurator<ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder> req) -
Uses of ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder in com.slack.api.methods.request.channels
Methods in com.slack.api.methods.request.channels that return ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder Modifier and Type Method Description static ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilderChannelsSetPurposeRequest. builder()Deprecated.ChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilderChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder. channel(String channel)Channel to set the purpose ofChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilderChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder. purpose(String purpose)The new purposeChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilderChannelsSetPurposeRequest.ChannelsSetPurposeRequestBuilder. token(String token)Authentication token.