Class AdminConversationsRestrictAccessListGroupsRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.restrict_access.AdminConversationsRestrictAccessListGroupsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRestrictAccessListGroupsRequest
extends Object
implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.restrictAccess.listGroups
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe workspace where the channel exists.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) voidThe workspace where the channel exists.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
-
getTeamId
The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
-
setTeamId
The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-