Uses of Class
com.dnanexus.DXDataObject.Describe
-
Packages that use DXDataObject.Describe Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXDataObject.Describe in com.dnanexus
Subclasses of DXDataObject.Describe in com.dnanexus Modifier and Type Class Description static classDXApplet.DescribeContains metadata for an applet.static classDXFile.DescribeContains metadata for a file.static classDXRecord.DescribeContains metadata for a record.static classDXWorkflow.DescribeContains metadata for a workflow.Methods in com.dnanexus that return DXDataObject.Describe Modifier and Type Method Description DXDataObject.DescribeDXDataObject. describe()Returns metadata about the data object.DXDataObject.DescribeDXDataObject. describe(DXDataObject.DescribeOptions options)Returns metadata about the data object, specifying which optional fields are to be returned and what project to obtain project-specific metadata from.DXDataObject.DescribeDXDataObject. getCachedDescribe()Returns metadata about the data object, likeDXDataObject.describe(), but without making an API call.
-