Uses of Class
com.gentics.contentnode.rest.model.response.ResponseCode
-
Packages that use ResponseCode Package Description 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 Modifier and Type Method Description ResponseCode
ResponseInfo. getResponseCode()
Response codestatic 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.Methods in com.gentics.contentnode.rest.model.response with parameters of type ResponseCode Modifier and Type Method Description void
ResponseInfo. setResponseCode(ResponseCode responseCode)
Constructors in com.gentics.contentnode.rest.model.response with parameters of type ResponseCode Constructor Description ResponseInfo(ResponseCode responseCode, String responseMessage)
Constructor for a ResponseInfo with all parameters.ResponseInfo(ResponseCode responseCode, String responseMessage, String property)
Create an instance
-