Uses of Enum Class
com.gentics.contentnode.rest.model.response.ResponseCode
Packages that use ResponseCode
-
Uses of ResponseCode in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return ResponseCodeModifier and TypeMethodDescriptionResponseInfo.getResponseCode()
Response codestatic ResponseCode
Returns the enum constant of this class with the specified name.static ResponseCode[]
ResponseCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model.response with parameters of type ResponseCodeConstructors in com.gentics.contentnode.rest.model.response with parameters of type ResponseCodeModifierConstructorDescriptionResponseInfo
(ResponseCode responseCode, String responseMessage) Constructor for a ResponseInfo with all parameters.ResponseInfo
(ResponseCode responseCode, String responseMessage, String property) Create an instance