Class AdminConversationsRestrictAccessListGroupsRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.restrict_access.AdminConversationsRestrictAccessListGroupsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsRestrictAccessListGroupsRequest extends java.lang.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
Modifier and Type Method Description static AdminConversationsRestrictAccessListGroupsRequest.AdminConversationsRestrictAccessListGroupsRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetChannelId()java.lang.StringgetTeamId()The workspace where the channel exists.java.lang.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(java.lang.String channelId)voidsetTeamId(java.lang.String teamId)The workspace where the channel exists.voidsetToken(java.lang.String token)Authentication token bearing required scopes.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public java.lang.String getChannelId() -
getTeamId
public java.lang.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(java.lang.String token)Authentication token bearing required scopes. -
setChannelId
public void setChannelId(java.lang.String channelId) -
setTeamId
public void setTeamId(java.lang.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. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-