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