Uses of Class
net.sourceforge.jbizmo.commons.avro.response.ResponseStatus
Packages that use ResponseStatus
Package
Description
-
Uses of ResponseStatus in net.sourceforge.jbizmo.commons.avro.file
Methods in net.sourceforge.jbizmo.commons.avro.file that return ResponseStatusModifier and TypeMethodDescriptionDowloadFileResponse.Builder.getResponseStatus()Gets the value of the 'responseStatus' field.DowloadFileResponse.getResponseStatus()Gets the value of the 'responseStatus' field.UploadFileResponse.Builder.getResponseStatus()Gets the value of the 'responseStatus' field.UploadFileResponse.getResponseStatus()Gets the value of the 'responseStatus' field.Methods in net.sourceforge.jbizmo.commons.avro.file with parameters of type ResponseStatusModifier and TypeMethodDescriptionDowloadFileResponse.Builder.setResponseStatus(ResponseStatus value) Sets the value of the 'responseStatus' field.voidDowloadFileResponse.setResponseStatus(ResponseStatus value) Sets the value of the 'responseStatus' field.UploadFileResponse.Builder.setResponseStatus(ResponseStatus value) Sets the value of the 'responseStatus' field.voidUploadFileResponse.setResponseStatus(ResponseStatus value) Sets the value of the 'responseStatus' field.Constructors in net.sourceforge.jbizmo.commons.avro.file with parameters of type ResponseStatusModifierConstructorDescriptionDowloadFileResponse(ResponseStatus responseStatus, ByteBuffer content) All-args constructor.UploadFileResponse(ResponseStatus responseStatus, String path) All-args constructor. -
Uses of ResponseStatus in net.sourceforge.jbizmo.commons.avro.response
Methods in net.sourceforge.jbizmo.commons.avro.response that return ResponseStatusModifier and TypeMethodDescriptionResponseStatus.Builder.build()static ResponseStatusResponseStatus.fromByteBuffer(ByteBuffer b) Deserializes a ResponseStatus from a ByteBuffer.static final ResponseStatusResponseStatusInitializer.fromException(Exception exception) Create a new error response status object based on the provided exceptionstatic final ResponseStatusResponseStatusInitializer.with(ResponseCode code, String message) Create a new response status object based on the provided response code and messagestatic final ResponseStatusResponseStatusInitializer.withSuccessStatus()Methods in net.sourceforge.jbizmo.commons.avro.response that return types with arguments of type ResponseStatusModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<ResponseStatus>ResponseStatus.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<ResponseStatus>ResponseStatus.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<ResponseStatus>ResponseStatus.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in net.sourceforge.jbizmo.commons.avro.response with parameters of type ResponseStatusModifier and TypeMethodDescriptionstatic ResponseStatus.BuilderResponseStatus.newBuilder(ResponseStatus other) Creates a new ResponseStatus RecordBuilder by copying an existing ResponseStatus instance.