Uses of Class
org.forgerock.api.enums.PagingMode
-
Packages that use PagingMode Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.enums API descriptor enums.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of PagingMode in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return PagingMode Modifier and Type Method Description PagingMode[]
pagingModes()
The paging modes that can be used with this query. -
Uses of PagingMode in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return PagingMode Modifier and Type Method Description static PagingMode
PagingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PagingMode[]
PagingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PagingMode in org.forgerock.api.models
Methods in org.forgerock.api.models that return PagingMode Modifier and Type Method Description PagingMode[]
Query. getPagingModes()
Getter of the paging modes.Methods in org.forgerock.api.models with parameters of type PagingMode Modifier and Type Method Description Query.Builder
Query.Builder. pagingModes(PagingMode... pagingMode)
Set the paging mode.
-