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