public static final class RequestEntityAttribute.ACTION
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static RequestEntityAttribute.ACTION |
Add |
static RequestEntityAttribute.ACTION |
Delete |
static RequestEntityAttribute.ACTION |
Modify |
Modifier and Type | Method and Description |
---|---|
static RequestEntityAttribute.ACTION |
valueOf(java.lang.String name) |
static RequestEntityAttribute.ACTION[] |
values() |
public static final RequestEntityAttribute.ACTION Add
public static final RequestEntityAttribute.ACTION Modify
public static final RequestEntityAttribute.ACTION Delete
public static RequestEntityAttribute.ACTION[] values()
public static RequestEntityAttribute.ACTION valueOf(java.lang.String name)