Class AdminConversationsRestrictAccessAddGroupRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.restrict_access.AdminConversationsRestrictAccessAddGroupRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRestrictAccessAddGroupRequest
extends Object
implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.restrictAccess.addGroup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel to whitelist a group for.The IDP Group ID to whitelist for the private channel.The workspace where the IDP Group and channel exist.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) The channel to whitelist a group for.voidsetGroupId(String groupId) The IDP Group ID to whitelist for the private channel.voidThe workspace where the IDP Group and channel exist.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 whitelist a group for. -
getGroupId
The IDP Group ID to whitelist for the private channel. -
getTeamId
The workspace where the IDP Group and channel exist. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel to whitelist a group for. -
setGroupId
The IDP Group ID to whitelist for the private channel. -
setTeamId
The workspace where the IDP Group and channel exist. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-