public enum PostResultType extends java.lang.Enum<PostResultType>
${services_rest_PostResultType_Title}
${services_rest_PostResultType_Description}
| Enum Constant and Description |
|---|
AddContent
${services_rest_PostResultType_attribute_AddContent_Title}
|
createAsynchronizedResource
${services_rest_PostResultType_attribute_createAsynchronizedResource_Title}
|
CreateChild
${services_rest_PostResultType_attribute_CreateChild_Title}
|
CreateChildAndReturnContent
${services_rest_PostResultType_attribute_CreateChildAndReturnContent_Title}
|
| Modifier and Type | Method and Description |
|---|---|
static PostResultType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PostResultType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PostResultType CreateChild
${services_rest_PostResultType_attribute_CreateChild_Title}
${services_rest_PostResultType_attribute_CreateChild_Description}
public static final PostResultType AddContent
${services_rest_PostResultType_attribute_AddContent_Title}
${services_rest_PostResultType_attribute_AddContent_Description}
public static final PostResultType CreateChildAndReturnContent
${services_rest_PostResultType_attribute_CreateChildAndReturnContent_Title}
${services_rest_PostResultType_attribute_CreateChildAndReturnContent_Description}
public static final PostResultType createAsynchronizedResource
${services_rest_PostResultType_attribute_createAsynchronizedResource_Title}
${services_rest_PostResultType_attribute_createAsynchronizedResource_Description}
public static PostResultType[] values()
for (PostResultType c : PostResultType.values())
System.out.println(c);
public static PostResultType 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