public static enum ConfigDetails.Type extends Enum<ConfigDetails.Type>
ConfigDetails.type()| Enum Constant and Description |
|---|
ANTENNA_DEMOD_DECODE_DETAILS |
ENDPOINT_DETAILS |
S3_RECORDING_DETAILS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ConfigDetails.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigDetails.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigDetails.Type ANTENNA_DEMOD_DECODE_DETAILS
public static final ConfigDetails.Type ENDPOINT_DETAILS
public static final ConfigDetails.Type S3_RECORDING_DETAILS
public static final ConfigDetails.Type UNKNOWN_TO_SDK_VERSION
public static ConfigDetails.Type[] values()
for (ConfigDetails.Type c : ConfigDetails.Type.values()) System.out.println(c);
public static ConfigDetails.Type 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 © 2023. All rights reserved.