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