Uses of Class
org.forgerock.api.enums.QueryType
-
Packages that use QueryType 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 QueryType in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return QueryType Modifier and Type Method Description QueryType
type()
The type of query this method supports. -
Uses of QueryType in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return QueryType Modifier and Type Method Description static QueryType
QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryType[]
QueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueryType in org.forgerock.api.models
Methods in org.forgerock.api.models that return QueryType Modifier and Type Method Description QueryType
Query. getType()
Getter of the query type.Methods in org.forgerock.api.models with parameters of type QueryType Modifier and Type Method Description Query.Builder
Query.Builder. type(QueryType type)
Set the query type.
-