Uses of Class
net.sourceforge.jbizmo.commons.avro.response.ResponseCode
-
Packages that use ResponseCode Package Description net.sourceforge.jbizmo.commons.avro.response -
-
Uses of ResponseCode in net.sourceforge.jbizmo.commons.avro.response
Methods in net.sourceforge.jbizmo.commons.avro.response that return ResponseCode Modifier and Type Method Description ResponseCodeResponseStatus.Builder. getCode()Gets the value of the 'code' field.ResponseCodeResponseStatus. getCode()Gets the value of the 'code' field.static ResponseCodeResponseCode. 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 net.sourceforge.jbizmo.commons.avro.response with parameters of type ResponseCode Modifier and Type Method Description ResponseStatus.BuilderResponseStatus.Builder. setCode(ResponseCode value)Sets the value of the 'code' field.voidResponseStatus. setCode(ResponseCode value)Sets the value of the 'code' field.static 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 ResponseCode Constructor Description ResponseStatus(ResponseCode code, String message)All-args constructor.
-