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://api.slack.com/methods/admin.conversations.getConversationPrefs
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsGetConversationPrefsRequest.AdminConversationsGetConversationPrefsRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsGetConversationPrefsRequest.AdminConversationsGetConversationPrefsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to get preferences for.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)The channel to get preferences for.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
The channel to get preferences for. -
setToken
Authentication token bearing required scopes. -
setChannelId
The channel to get preferences for. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-