Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static Filter.Operator |
Filter.Operator.create(String key) |
Filter.Operator |
Filter.getOperator()
The filter operator.
|
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)
The filter operator.
|
Constructor and Description |
---|
Filter(Filter.Operator operator,
List<Dimension> dimensions,
List<Tag> tags,
List<Filter> filters)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.