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://api.slack.com/methods/admin.conversations.restrictAccess.addGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to whitelist a group for.StringgetGroupId()The IDP Group ID to whitelist for the private channel.StringgetTeamId()The workspace where the IDP Group and channel exist.StringgetToken()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.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 AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public String getChannelId()
The channel to whitelist a group for.
-
getGroupId
public String getGroupId()
The IDP Group ID to whitelist for the private channel.
-
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 whitelist a group for.
-
setGroupId
public void setGroupId(String groupId)
The IDP Group ID to whitelist for the private channel.
-
setTeamId
public void setTeamId(String teamId)
The workspace where the IDP Group and channel exist.
-
canEqual
protected boolean canEqual(Object other)
-
-