public enum WorkspaceTrashItemProperties extends Enum<WorkspaceTrashItemProperties>
| Enum Constant and Description |
|---|
DELETE_DATE |
DELETE_USER |
IS_FOLDER |
LENGTH |
MIME_TYPE |
NAME |
ORIGINAL_PARENT_ID |
ORIGINAL_PATH |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Return the WorkspaceTrashItemProperties value.
|
static WorkspaceTrashItemProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceTrashItemProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkspaceTrashItemProperties DELETE_DATE
public static final WorkspaceTrashItemProperties DELETE_USER
public static final WorkspaceTrashItemProperties ORIGINAL_PARENT_ID
public static final WorkspaceTrashItemProperties ORIGINAL_PATH
public static final WorkspaceTrashItemProperties NAME
public static final WorkspaceTrashItemProperties MIME_TYPE
public static final WorkspaceTrashItemProperties LENGTH
public static final WorkspaceTrashItemProperties IS_FOLDER
public String value
public static WorkspaceTrashItemProperties[] values()
for (WorkspaceTrashItemProperties c : WorkspaceTrashItemProperties.values()) System.out.println(c);
public static WorkspaceTrashItemProperties 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 nullpublic String getValue()
Copyright © 2020. All Rights Reserved.