Class AdminConversationsRemoveCustomRetentionRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsRemoveCustomRetentionRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRemoveCustomRetentionRequest
extends Object
implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.removeCustomRetention
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdminConversationsRemoveCustomRetentionRequest.AdminConversationsRemoveCustomRetentionRequestBuilder -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminConversationsRemoveCustomRetentionRequest.AdminConversationsRemoveCustomRetentionRequestBuilderbuilder()protected booleanbooleanThe channel to set the retention policy for.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) The channel to set the retention policy for.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
The channel to set the retention policy for. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel to set the retention policy for. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-