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 class
AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getChannelId()
The channel to whitelist a group for.String
getGroupId()
The IDP Group ID to whitelist for the private channel.String
getTeamId()
The workspace where the IDP Group and channel exist.String
getToken()
Authentication token bearing required scopes.int
hashCode()
void
setChannelId(String channelId)
The channel to whitelist a group for.void
setGroupId(String groupId)
The IDP Group ID to whitelist for the private channel.void
setTeamId(String teamId)
The workspace where the IDP Group and channel exist.void
setToken(String token)
Authentication token bearing required scopes.String
toString()
-
-
-
Method Detail
-
builder
public static AdminConversationsRestrictAccessAddGroupRequest.AdminConversationsRestrictAccessAddGroupRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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.- Specified by:
setToken
in interfaceSlackApiRequest
-
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)
-
-