Package | Description |
---|---|
org.forgerock.api.enums |
API descriptor enums.
|
org.forgerock.api.models |
ForgeRock API Descriptor models.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
QueryType |
Query.getType()
Getter of the query type.
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.type(QueryType type)
Set the query type.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.