Uses of Class
com.gooddata.dataset.DatasetManifest.Part
-
Packages that use DatasetManifest.Part Package Description com.gooddata.dataset -
-
Uses of DatasetManifest.Part in com.gooddata.dataset
Methods in com.gooddata.dataset that return types with arguments of type DatasetManifest.Part Modifier and Type Method Description List<DatasetManifest.Part>DatasetManifest. getParts()Method parameters in com.gooddata.dataset with type arguments of type DatasetManifest.Part Modifier and Type Method Description voidDatasetManifest. setParts(List<DatasetManifest.Part> parts)Constructor parameters in com.gooddata.dataset with type arguments of type DatasetManifest.Part Constructor Description DatasetManifest(String dataSet, String file, List<DatasetManifest.Part> parts)
-