Uses of Class
com.dnanexus.DataObjectState
-
Packages that use DataObjectState Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DataObjectState in com.dnanexus
Methods in com.dnanexus that return DataObjectState Modifier and Type Method Description DataObjectStateDXDataObject.Describe. getState()Returns the state of the object.static DataObjectStateDataObjectState. 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.Methods in com.dnanexus with parameters of type DataObjectState Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<T>DXSearch.FindDataObjectsRequestBuilder. withState(DataObjectState state)Only returns data objects with the specified state.
-