| Package | Description |
|---|---|
| org.brapi.v2.model.geno | |
| org.brapi.v2.model.geno.response |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlate |
BrAPIPlate.additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPIPlate |
BrAPIPlate.externalReferences(List<BrAPIExternalReference> externalReferences) |
BrAPIPlate |
BrAPIPlate.plateBarcode(String plateBarcode) |
BrAPIPlate |
BrAPIPlate.plateDbId(String plateDbId) |
BrAPIPlate |
BrAPIPlate.plateFormat(BrAPIPlateFormat plateFormat) |
BrAPIPlate |
BrAPIPlate.plateName(String plateName) |
BrAPIPlate |
BrAPIPlate.programDbId(String programDbId) |
BrAPIPlate |
BrAPIPlate.putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPIPlate |
BrAPIPlate.sampleType(BrAPISampleTypeEnum sampleType) |
BrAPIPlate |
BrAPIPlate.studyDbId(String studyDbId) |
BrAPIPlate |
BrAPIPlate.trialDbId(String trialDbId) |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlate |
BrAPIPlateSingleResponse.getResult()
Get result
|
| Modifier and Type | Method and Description |
|---|---|
List<BrAPIPlate> |
BrAPIPlateListResponseResult.getData()
The `data` array is part of the BrAPI standard List Response JSON container.
|
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlateListResponseResult |
BrAPIPlateListResponseResult.addDataItem(BrAPIPlate dataItem) |
BrAPIPlateSingleResponse |
BrAPIPlateSingleResponse.result(BrAPIPlate result) |
void |
BrAPIPlateSingleResponse.setResult(BrAPIPlate result) |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlateListResponseResult |
BrAPIPlateListResponseResult.data(List<BrAPIPlate> data) |
void |
BrAPIPlateListResponseResult.setData(List<BrAPIPlate> data) |
Copyright © 2023. All rights reserved.