Class AdminAuthPolicyRemoveEntitiesRequest
java.lang.Object
com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyRemoveEntitiesRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.auth.policy.removeEntities
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanEncoded IDs of the entities you'd like to remove from the policy.The name of the policy to remove entities from.getToken()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.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminAuthPolicyRemoveEntitiesRequest.AdminAuthPolicyRemoveEntitiesRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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.- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-