Uses of Enum Class
org.forgerock.api.enums.CountPolicy
Package
Description
API descriptor enums.
ForgeRock API Descriptor models.
-
Uses of CountPolicy in org.forgerock.api.enums
Modifier and TypeMethodDescriptionstatic CountPolicy
Returns 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
Modifier and TypeMethodDescriptionQuery.getCountPolicies()
Getter of the supported paging policies.Modifier and TypeMethodDescriptionQuery.Builder.countPolicies
(CountPolicy... countPolicy) Set the supported page count policies.