Class AdminAuthPolicyAssignEntitiesRequest
java.lang.Object
com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyAssignEntitiesRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.auth.policy.assignEntities
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanArray of IDs to assign to the policy.The name of the authentication policy to assign the entities to.getToken()Authentication token bearing required scopes.inthashCode()voidsetEntityIds(List<String> entityIds) Array of IDs to assign to the policy.voidsetEntityType(String entityType) The name of the authentication policy to assign the entities to.voidsetPolicyName(String policyName) voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminAuthPolicyAssignEntitiesRequest.AdminAuthPolicyAssignEntitiesRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getEntityIds
Array of IDs to assign to the policy. -
getPolicyName
-
getEntityType
The name of the authentication policy to assign the entities to. Currently, email_password is the only policy that may be used with this method. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setEntityIds
Array of IDs to assign to the policy. -
setPolicyName
-
setEntityType
The name of the authentication policy to assign the entities to. Currently, email_password is the only policy that may be used with this method. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-