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 datasetId)Get dataset informationDatasetAllDatasetsApi. datasetByIdPost(String datasetId, DatasetUpdateRequest datasetUpdateRequest)Update datasetMethods in com.confidentify.client.api that return types with arguments of type DatasetAll Modifier and Type Method Description ApiResponse<DatasetAll>DatasetsApi. datasetByIdGetWithHttpInfo(String datasetId)Get dataset informationApiResponse<DatasetAll>DatasetsApi. datasetByIdPostWithHttpInfo(String datasetId, DatasetUpdateRequest datasetUpdateRequest)Update datasetMethod parameters in com.confidentify.client.api with type arguments of type DatasetAll Modifier and Type Method Description okhttp3.CallDatasetsApi. datasetByIdGetAsync(String datasetId, ApiCallback<DatasetAll> _callback)Get dataset information (asynchronously)okhttp3.CallDatasetsApi. datasetByIdPostAsync(String datasetId, DatasetUpdateRequest datasetUpdateRequest, ApiCallback<DatasetAll> _callback)Update dataset (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)
-