public static enum PushToMasterRequest.Type extends Enum<PushToMasterRequest.Type>
Modifier and Type | Method and Description |
---|---|
static PushToMasterRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushToMasterRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushToMasterRequest.Type page
public static final PushToMasterRequest.Type template
public static final PushToMasterRequest.Type image
public static final PushToMasterRequest.Type file
public static final PushToMasterRequest.Type folder
public static PushToMasterRequest.Type[] values()
for (PushToMasterRequest.Type c : PushToMasterRequest.Type.values()) System.out.println(c);
public static PushToMasterRequest.Type 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 © 2017 Gentics Software. All rights reserved.