Class AdminAuthPolicyGetEntitiesRequest
java.lang.Object
com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyGetEntitiesRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.auth.policy.getEntities
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next page.getLimit()The maximum number of items to return.The name of the policy to fetch entities for.getToken()Authentication token bearing required scopes.inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidsetEntityType(String entityType) voidThe maximum number of items to return.voidsetPolicyName(String policyName) The name of the policy to fetch entities for.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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.- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-