Class AdminAuthPolicyRemoveEntitiesRequest
java.lang.Object
com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyRemoveEntitiesRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminAuthPolicyRemoveEntitiesRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.auth.policy.removeEntities
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAuthPolicyRemoveEntitiesRequest.AdminAuthPolicyRemoveEntitiesRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminAuthPolicyRemoveEntitiesRequest.AdminAuthPolicyRemoveEntitiesRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getEntityIds()Encoded IDs of the entities you'd like to remove from the policy.StringgetEntityType()StringgetPolicyName()The name of the policy to remove entities from.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetEntityIds(List<String> entityIds)Encoded IDs of the entities you'd like to remove from the policy.voidsetEntityType(String entityType)voidsetPolicyName(String policyName)The name of the policy to remove entities from.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
public static AdminAuthPolicyRemoveEntitiesRequest.AdminAuthPolicyRemoveEntitiesRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getEntityIds
Encoded IDs of the entities you'd like to remove from the policy. -
getPolicyName
The name of the policy to remove entities from. Currently, email_password is the only policy that may be used with this method. -
getEntityType
-
setToken
Authentication token bearing required scopes. -
setEntityIds
Encoded IDs of the entities you'd like to remove from the policy. -
setPolicyName
The name of the policy to remove entities from. Currently, email_password is the only policy that may be used with this method. -
setEntityType
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-