Class AdminAuthPolicyAssignEntitiesRequest
java.lang.Object
com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyAssignEntitiesRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminAuthPolicyAssignEntitiesRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.auth.policy.assignEntities
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAuthPolicyAssignEntitiesRequest.AdminAuthPolicyAssignEntitiesRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminAuthPolicyAssignEntitiesRequest.AdminAuthPolicyAssignEntitiesRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getEntityIds()Array of IDs to assign to the policy.StringgetEntityType()The name of the authentication policy to assign the entities to.StringgetPolicyName()StringgetToken()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)voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
public static AdminAuthPolicyAssignEntitiesRequest.AdminAuthPolicyAssignEntitiesRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-