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
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 Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-