Uses of Class
net.sourceforge.jbizmo.commons.avro.response.ResponseStatus
-
Packages that use ResponseStatus Package Description net.sourceforge.jbizmo.commons.avro.file net.sourceforge.jbizmo.commons.avro.response -
-
Uses of ResponseStatus in net.sourceforge.jbizmo.commons.avro.file
Methods in net.sourceforge.jbizmo.commons.avro.file that return ResponseStatus Modifier and Type Method Description ResponseStatusDowloadFileResponse.Builder. getResponseStatus()Gets the value of the 'responseStatus' field.ResponseStatusDowloadFileResponse. getResponseStatus()Gets the value of the 'responseStatus' field.ResponseStatusUploadFileResponse.Builder. getResponseStatus()Gets the value of the 'responseStatus' field.ResponseStatusUploadFileResponse. getResponseStatus()Gets the value of the 'responseStatus' field.Methods in net.sourceforge.jbizmo.commons.avro.file with parameters of type ResponseStatus Modifier and Type Method Description DowloadFileResponse.BuilderDowloadFileResponse.Builder. setResponseStatus(ResponseStatus value)Sets the value of the 'responseStatus' field.voidDowloadFileResponse. setResponseStatus(ResponseStatus value)Sets the value of the 'responseStatus' field.UploadFileResponse.BuilderUploadFileResponse.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 ResponseStatus Constructor Description DowloadFileResponse(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 ResponseStatus Modifier and Type Method Description ResponseStatusResponseStatus.Builder. build()static ResponseStatusResponseStatus. fromByteBuffer(ByteBuffer b)Deserializes a ResponseStatus from a ByteBuffer.static ResponseStatusResponseStatusInitializer. fromException(Exception exception)Create a new error response status object based on the provided exceptionstatic ResponseStatusResponseStatusInitializer. with(ResponseCode code, String message)Create a new response status object based on the provided response code and messagestatic ResponseStatusResponseStatusInitializer. withSuccessStatus()Methods in net.sourceforge.jbizmo.commons.avro.response that return types with arguments of type ResponseStatus Modifier and Type Method Description static 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 ResponseStatus Modifier and Type Method Description static ResponseStatus.BuilderResponseStatus. newBuilder(ResponseStatus other)Creates a new ResponseStatus RecordBuilder by copying an existing ResponseStatus instance.
-