Class AdminAuthPolicyGetEntitiesRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminAuthPolicyGetEntitiesRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.auth.policy.getEntities
    • Method Detail

      • getToken

        public String getToken()
        Authentication token bearing required scopes.
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getEntityType

        public String getEntityType()
      • getPolicyName

        public String 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

        public Integer getLimit()
        The maximum number of items to return. Must be between 1 and 1000, both inclusive. Default: 1000
      • getCursor

        public String getCursor()
        Set cursor to next_cursor returned by the previous call to list items in the next page.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
        Specified by:
        setToken in interface SlackApiRequest
      • setEntityType

        public void setEntityType​(String entityType)
      • setPolicyName

        public void setPolicyName​(String policyName)
        The name of the policy to fetch entities for. Currently, email_password is the only policy that may be used with this method.
      • setLimit

        public void setLimit​(Integer limit)
        The maximum number of items to return. Must be between 1 and 1000, both inclusive. Default: 1000
      • setCursor

        public void setCursor​(String cursor)
        Set cursor to next_cursor returned by the previous call to list items in the next page.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object