Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
ArchivalState |
DXFile.Describe.getArchivalState()
Returns the archival state of the file.
|
static ArchivalState |
ArchivalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchivalState[] |
ArchivalState.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.withArchivalState(ArchivalState archivalState)
Only returns files with the specified archival state.
|
Copyright © 2023. All Rights Reserved.