| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static Filter.Operator |
Filter.Operator.create(String key) |
Filter.Operator |
Filter.getOperator()
Operator to apply when editing the query string.
|
static Filter.Operator |
Filter.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.Operator[] |
Filter.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.operator(Filter.Operator operator) |
| Constructor and Description |
|---|
Filter(String fieldName,
List<Object> values,
Filter.Operator operator)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.