| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldsAddRemoveField.Operation |
FieldsAddRemoveField.Operation.create(String key) |
FieldsAddRemoveField.Operation |
FieldsAddRemoveField.getOperation()
Denotes if field entry in FIELDS command is to show / hide field in results.
|
static FieldsAddRemoveField.Operation |
FieldsAddRemoveField.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldsAddRemoveField.Operation[] |
FieldsAddRemoveField.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldsAddRemoveField.Builder |
FieldsAddRemoveField.Builder.operation(FieldsAddRemoveField.Operation operation) |
| Constructor and Description |
|---|
FieldsAddRemoveField(String displayName,
Boolean isDeclared,
List<String> originalDisplayNames,
String internalName,
ValueType valueType,
Boolean isGroupable,
Boolean isDuration,
String alias,
String filterQueryString,
String unitType,
FieldsAddRemoveField.Operation operation)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.