Class AdminConversationsRestrictAccessListGroupsRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.conversations.restrict_access.AdminConversationsRestrictAccessListGroupsRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRestrictAccessListGroupsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.restrictAccess.listGroups
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()StringgetTeamId()The workspace where the channel exists.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)voidsetTeamId(String teamId)The workspace where the channel exists.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public String getChannelId()
-
getTeamId
public String getTeamId()
The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannelId
public void setChannelId(String channelId)
-
setTeamId
public void setTeamId(String teamId)
The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.
-
canEqual
protected boolean canEqual(Object other)
-
-