public static class RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING
extends java.lang.Object
ENUM_RESTASYNCRESPONSE_VALIDATETIMING.deferred = On Demand ENUM_RESTASYNCRESPONSE_VALIDATETIMING.immediate = Immediate ENUM_RESTASYNCRESPONSE_VALIDATETIMING.complete = Complete
Modifier and Type | Field and Description |
---|---|
static RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING |
complete |
static RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING |
deferred |
static RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING |
immediate |
static java.lang.String[] |
values |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING deferred
public static final RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING immediate
public static final RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING complete
public static java.lang.String[] values