Uses of Class
com.dnanexus.ArchivalState
-
Packages that use ArchivalState Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of ArchivalState in com.dnanexus
Methods in com.dnanexus that return ArchivalState Modifier and Type Method Description ArchivalStateDXFile.Describe. getArchivalState()Returns the archival state of the file.static ArchivalStateArchivalState. 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.Methods in com.dnanexus with parameters of type ArchivalState Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<T>DXSearch.FindDataObjectsRequestBuilder. withArchivalState(ArchivalState archivalState)Only returns files with the specified archival state.
-