Package | Description |
---|---|
org.forgerock.api.models |
ForgeRock API Descriptor models.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.Builder.build()
Builds the Query instance.
|
static Query |
Query.fromAnnotation(Query query,
Method annotated,
ApiDescription descriptor,
Class<?> relativeType)
Builds a Query object from the data stored in the annotation.
|
Query[] |
Resource.getQueries()
Getter of queries.
|
Modifier and Type | Method and Description |
---|---|
int |
Query.compareTo(Query query)
Compares two queries.
|
Resource.Builder |
Resource.Builder.query(Query query)
Adds one Query to the list of queries.
|
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
Resource.Builder.queries(List<Query> queries)
Set Queries.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.