Uses of Class
com.confidentify.client.model.DatasetAll
-
Packages that use DatasetAll Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of DatasetAll in com.confidentify.client.api
Methods in com.confidentify.client.api that return DatasetAll Modifier and Type Method Description DatasetAllDatasetsApi. datasetByIdGet(String id)Get dataset informationMethods in com.confidentify.client.api that return types with arguments of type DatasetAll Modifier and Type Method Description ApiResponse<DatasetAll>DatasetsApi. datasetByIdGetWithHttpInfo(String id)Get dataset informationMethod parameters in com.confidentify.client.api with type arguments of type DatasetAll Modifier and Type Method Description okhttp3.CallDatasetsApi. datasetByIdGetAsync(String id, ApiCallback<DatasetAll> _callback)Get dataset information (asynchronously) -
Uses of DatasetAll in com.confidentify.client.model
Subclasses of DatasetAll in com.confidentify.client.model Modifier and Type Class Description classDatasetCreateResponseDatasetCreateResponseMethods in com.confidentify.client.model that return DatasetAll Modifier and Type Method Description DatasetAllDatasetAll. createdAt(OffsetDateTime createdAt)DatasetAllDatasetAll. createdBy(String createdBy)DatasetAllDatasetAll. href(String href)DatasetAllDatasetAll. id(String id)DatasetAllDatasetAll. name(String name)DatasetAllDatasetAll. schema(DatasetSchema schema)DatasetAllDatasetAll. stats(DatasetStats stats)
-