public static enum Stack.PublishType extends java.lang.Enum<Stack.PublishType>
Enum Constant and Description |
---|
asset_deleted |
asset_published |
asset_unpublished |
content_type_deleted |
entry_deleted |
entry_published |
entry_unpublished |
Modifier and Type | Method and Description |
---|---|
static Stack.PublishType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stack.PublishType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stack.PublishType entry_published
public static final Stack.PublishType entry_unpublished
public static final Stack.PublishType entry_deleted
public static final Stack.PublishType asset_published
public static final Stack.PublishType asset_unpublished
public static final Stack.PublishType asset_deleted
public static final Stack.PublishType content_type_deleted
public static Stack.PublishType[] values()
for (Stack.PublishType c : Stack.PublishType.values()) System.out.println(c);
public static Stack.PublishType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null