public static enum FieldValueUnion.Type extends Enum<FieldValueUnion.Type>
FieldValueUnion.type()| Enum Constant and Description |
|---|
BOOLEAN_VALUE |
DOUBLE_VALUE |
EMPTY_VALUE |
STRING_VALUE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static FieldValueUnion.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueUnion.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValueUnion.Type BOOLEAN_VALUE
public static final FieldValueUnion.Type DOUBLE_VALUE
public static final FieldValueUnion.Type EMPTY_VALUE
public static final FieldValueUnion.Type STRING_VALUE
public static final FieldValueUnion.Type UNKNOWN_TO_SDK_VERSION
public static FieldValueUnion.Type[] values()
for (FieldValueUnion.Type c : FieldValueUnion.Type.values()) System.out.println(c);
public static FieldValueUnion.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.