Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
AnalysisState |
DXAnalysis.Describe.getState()
Returns the state of the analysis.
|
static AnalysisState |
AnalysisState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisState[] |
AnalysisState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.withState(AnalysisState... states)
Only returns executions in one of the specified analysis states.
|
Copyright © 2023. All Rights Reserved.