Class AdminConversationsRestrictAccessRemoveGroupRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.restrict_access.AdminConversationsRestrictAccessRemoveGroupRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRestrictAccessRemoveGroupRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.restrictAccess.removeGroup
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to remove a whitelisted group for.StringgetGroupId()The IDP Group ID to remove from the private channel whitelist.StringgetTeamId()The workspace where the IDP Group and channel exist.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)The channel to remove a whitelisted group for.voidsetGroupId(String groupId)The IDP Group ID to remove from the private channel whitelist.voidsetTeamId(String teamId)The workspace where the IDP Group and channel exist.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 remove a whitelisted group for. -
getGroupId
The IDP Group ID to remove from the private channel whitelist. -
getTeamId
The workspace where the IDP Group and channel exist. -
setToken
Authentication token bearing required scopes. -
setChannelId
The channel to remove a whitelisted group for. -
setGroupId
The IDP Group ID to remove from the private channel whitelist. -
setTeamId
The workspace where the IDP Group and channel exist. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-