Package | Description |
---|---|
com.gentics.contentnode.rest.model.response |
Modifier and Type | Method and Description |
---|---|
ResponseCode |
ResponseInfo.getResponseCode()
Response code
|
static ResponseCode |
ResponseCode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseInfo.setResponseCode(ResponseCode responseCode) |
Constructor and Description |
---|
ResponseInfo(ResponseCode responseCode,
String responseMessage)
Constructor for a ResponseInfo with all parameters.
|
ResponseInfo(ResponseCode responseCode,
String responseMessage,
String property)
Create an instance
|
Copyright © 2024 Gentics Software. All rights reserved.