| Package | Description |
|---|---|
| org.brapi.v2.model.geno | |
| org.brapi.v2.model.geno.request |
| Modifier and Type | Method and Description |
|---|---|
static BrAPIPlateFormat |
BrAPIPlateFormat.fromValue(String text) |
BrAPIPlateFormat |
BrAPIPlate.getPlateFormat()
Enum for plate formats, usually \"PLATE_96\" for a 96 well plate or \"TUBES\" for plateless format
|
@Valid BrAPIPlateFormat |
BrAPIVendorPlate.getSampleSubmissionFormat()
Get sampleSubmissionFormat
|
@Valid BrAPIPlateFormat |
BrAPIVendorPlateSubmissionPlates.getSampleSubmissionFormat()
Get sampleSubmissionFormat
|
static BrAPIPlateFormat |
BrAPIPlateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIPlateFormat[] |
BrAPIPlateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlate |
BrAPIPlate.plateFormat(BrAPIPlateFormat plateFormat) |
BrAPIVendorPlate |
BrAPIVendorPlate.sampleSubmissionFormat(BrAPIPlateFormat sampleSubmissionFormat) |
BrAPIVendorPlateSubmissionPlates |
BrAPIVendorPlateSubmissionPlates.sampleSubmissionFormat(BrAPIPlateFormat sampleSubmissionFormat) |
void |
BrAPIPlate.setPlateFormat(BrAPIPlateFormat plateFormat) |
void |
BrAPIVendorPlate.setSampleSubmissionFormat(BrAPIPlateFormat sampleSubmissionFormat) |
void |
BrAPIVendorPlateSubmissionPlates.setSampleSubmissionFormat(BrAPIPlateFormat sampleSubmissionFormat) |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlateFormat |
BrAPIPlateNewRequest.getPlateFormat()
Enum for plate formats, usually \"PLATE_96\" for a 96 well plate or \"TUBES\" for plateless format
|
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlateNewRequest |
BrAPIPlateNewRequest.plateFormat(BrAPIPlateFormat plateFormat) |
void |
BrAPIPlateNewRequest.setPlateFormat(BrAPIPlateFormat plateFormat) |
Copyright © 2023. All rights reserved.