| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk.query |
| Modifier and Type | Method and Description |
|---|---|
static QueryMethod |
QueryMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMethod[] |
QueryMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query.QueryBuilder |
Query.QueryBuilder.and(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "and" operator between the current builder and the resulting operation of the input values.
|
Query.QueryBuilder |
Query.QueryBuilder.andNot(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "and" operator between the current builder and the resulting operation of the input values after negation.
|
static Query.QueryBuilder |
Query.not(String fieldName,
QueryMethod method,
Object fieldValue)
QueryBuilder not
|
Query.QueryBuilder |
Query.QueryBuilder.or(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "or" operator between the current builder and the resulting operation of the input values.
|
Query.QueryBuilder |
Query.QueryBuilder.orNot(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "or" operator between the current builder and the resulting operation of the input values after negation.
|
static Query.QueryBuilder |
Query.statement(String fieldName,
QueryMethod method,
Object fieldValue)
QueryBuilder Statement
|
Copyright © 2021 Micro Focus. All rights reserved.