| Package | Description |
|---|---|
| org.brapi.v2.model.geno | |
| org.brapi.v2.model.geno.request |
| Modifier and Type | Method and Description |
|---|---|
static BrAPISampleTypeEnum |
BrAPISampleTypeEnum.fromValue(String input) |
BrAPISampleTypeEnum |
BrAPIPlate.getSampleType()
The type of samples taken.
|
BrAPISampleTypeEnum |
BrAPISampleTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BrAPISampleTypeEnum |
BrAPISampleTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPISampleTypeEnum[] |
BrAPISampleTypeEnum.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.sampleType(BrAPISampleTypeEnum sampleType) |
void |
BrAPIPlate.setSampleType(BrAPISampleTypeEnum sampleType) |
void |
BrAPISampleTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BrAPISampleTypeEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
BrAPISampleTypeEnum |
BrAPIVendorPlateSubmissionRequest.getSampleType()
The type of Samples being submitted
|
BrAPISampleTypeEnum |
BrAPIPlateNewRequest.getSampleType()
The type of samples taken.
|
| Modifier and Type | Method and Description |
|---|---|
BrAPIVendorPlateSubmissionRequest |
BrAPIVendorPlateSubmissionRequest.sampleType(BrAPISampleTypeEnum sampleType) |
BrAPIPlateNewRequest |
BrAPIPlateNewRequest.sampleType(BrAPISampleTypeEnum sampleType) |
void |
BrAPIVendorPlateSubmissionRequest.setSampleType(BrAPISampleTypeEnum sampleType) |
void |
BrAPIPlateNewRequest.setSampleType(BrAPISampleTypeEnum sampleType) |
Copyright © 2023. All rights reserved.