Package com.auth0.client.mgmt.filter
Class ResourceServersFilter
java.lang.Object
com.auth0.client.mgmt.filter.BaseFilter
com.auth0.client.mgmt.filter.ResourceServersFilter
Class used to filter the results received when calling the Resource Servers endpoint. Related to the
ResourceServerEntity entity.
This class is not thread-safe.
- See Also:
-
Field Summary
Fields inherited from class com.auth0.client.mgmt.filter.BaseFilter
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithCheckpointPagination(String from, int take) Filter by checkpoint pagination supportwithIdentifiers(String identifiers) Filter by specific identifier IDs (i.e.withPage(int pageNumber, int amountPerPage) Filter by pagewithTotals(boolean includeTotals) Include the query summaryMethods inherited from class com.auth0.client.mgmt.filter.BaseFilter
getAsMap
-
Constructor Details
-
ResourceServersFilter
public ResourceServersFilter()
-
-
Method Details
-
withPage
Filter by page- Parameters:
pageNumber- the page number to retrieve.amountPerPage- the amount of items per page to retrieve.- Returns:
- this filter instance
-
withTotals
Include the query summary- Parameters:
includeTotals- whether to include or not the query summary.- Returns:
- this filter instance
-
withIdentifiers
Filter by specific identifier IDs (i.e. audience)- Parameters:
identifiers- the identifier IDs to filter by- Returns:
- this filter instance
-
withCheckpointPagination
Filter by checkpoint pagination support- Parameters:
from- the starting index identifiertake- the number of items to retrieve- Returns:
- this filter instance
-