Uses of Enum Class
net.sourceforge.jbizmo.commons.avro.response.ResponseCode
Packages that use ResponseCode
-
Uses of ResponseCode in net.sourceforge.jbizmo.commons.avro.response
Methods in net.sourceforge.jbizmo.commons.avro.response that return ResponseCodeModifier and TypeMethodDescriptionResponseStatus.Builder.getCode()Gets the value of the 'code' field.ResponseStatus.getCode()Gets the value of the 'code' field.static ResponseCodeReturns 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 net.sourceforge.jbizmo.commons.avro.response with parameters of type ResponseCodeModifier and TypeMethodDescriptionResponseStatus.Builder.setCode(ResponseCode value) Sets the value of the 'code' field.voidResponseStatus.setCode(ResponseCode value) Sets the value of the 'code' field.static final ResponseStatusResponseStatusInitializer.with(ResponseCode code, String message) Create a new response status object based on the provided response code and messageConstructors in net.sourceforge.jbizmo.commons.avro.response with parameters of type ResponseCodeModifierConstructorDescriptionResponseStatus(ResponseCode code, String message) All-args constructor.