|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseCode | |
---|---|
com.gentics.contentnode.rest.model.response |
Uses of ResponseCode in com.gentics.contentnode.rest.model.response |
---|
Methods in com.gentics.contentnode.rest.model.response that return ResponseCode | |
---|---|
ResponseCode |
ResponseInfo.getResponseCode()
|
static ResponseCode |
ResponseCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResponseCode[] |
ResponseCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.gentics.contentnode.rest.model.response with parameters of type ResponseCode | |
---|---|
void |
ResponseInfo.setResponseCode(ResponseCode responseCode)
|
Constructors in com.gentics.contentnode.rest.model.response with parameters of type ResponseCode | |
---|---|
ResponseInfo(ResponseCode responseCode,
java.lang.String responseMessage)
Constructor for a ResponseInfo with all parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |