Class AdminConversationsGetConversationPrefsRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsGetConversationPrefsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsGetConversationPrefsRequest
extends Object
implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.getConversationPrefs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminConversationsGetConversationPrefsRequest.AdminConversationsGetConversationPrefsRequestBuilderbuilder()protected booleanbooleanThe channel to get preferences for.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) The channel to get preferences 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 get preferences for. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel to get preferences for. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-