Uses of Enum Class
org.forgerock.api.enums.CountPolicy
Packages that use CountPolicy
Package
Description
API descriptor enums.
ForgeRock API Descriptor models.
-
Uses of CountPolicy in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return CountPolicyModifier and TypeMethodDescriptionstatic CountPolicyReturns the enum constant of this class with the specified name.static CountPolicy[]CountPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CountPolicy in org.forgerock.api.models
Methods in org.forgerock.api.models that return CountPolicyModifier and TypeMethodDescriptionQuery.getCountPolicies()Getter of the supported paging policies.Methods in org.forgerock.api.models with parameters of type CountPolicyModifier and TypeMethodDescriptionQuery.Builder.countPolicies(CountPolicy... countPolicy) Set the supported page count policies.