public static enum CreateParameters.ManagedType extends Enum<CreateParameters.ManagedType>
| Enum Constant and Description |
|---|
ARCHIVE |
FILE |
FOLDER |
GCUBEITEM |
URL |
| Modifier and Type | Method and Description |
|---|---|
static CreateParameters.ManagedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateParameters.ManagedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateParameters.ManagedType FILE
public static final CreateParameters.ManagedType FOLDER
public static final CreateParameters.ManagedType ARCHIVE
public static final CreateParameters.ManagedType URL
public static final CreateParameters.ManagedType GCUBEITEM
public static CreateParameters.ManagedType[] values()
for (CreateParameters.ManagedType c : CreateParameters.ManagedType.values()) System.out.println(c);
public static CreateParameters.ManagedType 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 © 2020. All Rights Reserved.