public static enum CoreQueryOptionsTransactions.QueryOptionsParameter extends Enum<CoreQueryOptionsTransactions.QueryOptionsParameter>
| Enum Constant and Description |
|---|
AS_TRANSACTION_OPTIONS |
METRICS |
RAW |
| Modifier and Type | Method and Description |
|---|---|
static CoreQueryOptionsTransactions.QueryOptionsParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreQueryOptionsTransactions.QueryOptionsParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreQueryOptionsTransactions.QueryOptionsParameter RAW
public static final CoreQueryOptionsTransactions.QueryOptionsParameter METRICS
public static final CoreQueryOptionsTransactions.QueryOptionsParameter AS_TRANSACTION_OPTIONS
public static CoreQueryOptionsTransactions.QueryOptionsParameter[] values()
for (CoreQueryOptionsTransactions.QueryOptionsParameter c : CoreQueryOptionsTransactions.QueryOptionsParameter.values()) System.out.println(c);
public static CoreQueryOptionsTransactions.QueryOptionsParameter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 Couchbase, Inc.. All rights reserved.