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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public String getChannelId()
The channel to remove a whitelisted group for.
-
getGroupId
public String getGroupId()
The IDP Group ID to remove from the private channel whitelist.
-
getTeamId
public String getTeamId()
The workspace where the IDP Group and channel exist.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannelId
public void setChannelId(String channelId)
The channel to remove a whitelisted group for.
-
setGroupId
public void setGroupId(String groupId)
The IDP Group ID to remove from the private channel whitelist.
-
setTeamId
public void setTeamId(String teamId)
The workspace where the IDP Group and channel exist.
-
canEqual
protected boolean canEqual(Object other)
-
-