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