Class AdminAuthPolicyGetEntitiesRequest
java.lang.Object
com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyGetEntitiesRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminAuthPolicyGetEntitiesRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.auth.policy.getEntities
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminAuthPolicyGetEntitiesRequest.AdminAuthPolicyGetEntitiesRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminAuthPolicyGetEntitiesRequest.AdminAuthPolicyGetEntitiesRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()Set cursor to next_cursor returned by the previous call to list items in the next page.StringgetEntityType()IntegergetLimit()The maximum number of items to return.StringgetPolicyName()The name of the policy to fetch entities for.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetCursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next page.voidsetEntityType(String entityType)voidsetLimit(Integer limit)The maximum number of items to return.voidsetPolicyName(String policyName)The name of the policy to fetch entities for.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getEntityType
-
getPolicyName
The name of the policy to fetch entities for. Currently, email_password is the only policy that may be used with this method. -
getLimit
The maximum number of items to return. Must be between 1 and 1000, both inclusive. Default: 1000 -
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setToken
Authentication token bearing required scopes. -
setEntityType
-
setPolicyName
The name of the policy to fetch entities for. Currently, email_password is the only policy that may be used with this method. -
setLimit
The maximum number of items to return. Must be between 1 and 1000, both inclusive. Default: 1000 -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-