Class AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.conversations.restrict_access.AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder
- Enclosing class:
- AdminConversationsRestrictAccessRemoveGroupRequest
public static class AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description AdminConversationsRestrictAccessRemoveGroupRequestbuild()AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilderchannelId(java.lang.String channelId)The channel to remove a whitelisted group for.AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuildergroupId(java.lang.String groupId)The IDP Group ID to remove from the private channel whitelist.AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilderteamId(java.lang.String teamId)The workspace where the IDP Group and channel exist.AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuildertoken(java.lang.String token)Authentication token bearing required scopes.java.lang.StringtoString()
-
Method Details
-
token
public AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder token(java.lang.String token)Authentication token bearing required scopes.- Returns:
this.
-
channelId
public AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder channelId(java.lang.String channelId)The channel to remove a whitelisted group for.- Returns:
this.
-
groupId
public AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder groupId(java.lang.String groupId)The IDP Group ID to remove from the private channel whitelist.- Returns:
this.
-
teamId
public AdminConversationsRestrictAccessRemoveGroupRequest.AdminConversationsRestrictAccessRemoveGroupRequestBuilder teamId(java.lang.String teamId)The workspace where the IDP Group and channel exist.- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-