Class OrganizationClientGrantsPage
java.lang.Object
com.auth0.json.mgmt.Page<OrganizationClientGrant>
com.auth0.json.mgmt.organizations.OrganizationClientGrantsPage
Represents a page of a response when getting the client grants associated with an organization.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrganizationClientGrantsPage(Integer start, Integer length, Integer total, Integer limit, List<OrganizationClientGrant> items) -
Method Summary
-
Constructor Details
-
OrganizationClientGrantsPage
-
OrganizationClientGrantsPage
-