public static enum VersionDeleteInfo.DeleteStatus extends Enum<VersionDeleteInfo.DeleteStatus>
Enum Constant and Description |
---|
DELETED
The version was permanently deleted.
|
NOT_DELETED_LAST_VERSION
The version was not deleted because it is the last remaining version.
|
NOT_DELETED_VERSION_NOT_FOUND
The version was not deleted because was not be found.
|
Modifier and Type | Method and Description |
---|---|
static VersionDeleteInfo.DeleteStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionDeleteInfo.DeleteStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionDeleteInfo.DeleteStatus DELETED
public static final VersionDeleteInfo.DeleteStatus NOT_DELETED_VERSION_NOT_FOUND
public static final VersionDeleteInfo.DeleteStatus NOT_DELETED_LAST_VERSION
public static VersionDeleteInfo.DeleteStatus[] values()
for (VersionDeleteInfo.DeleteStatus c : VersionDeleteInfo.DeleteStatus.values()) System.out.println(c);
public static VersionDeleteInfo.DeleteStatus 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 null<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>