Uses of Class
com.confidentify.client.model.DatasetListResponse
-
Packages that use DatasetListResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of DatasetListResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return DatasetListResponse Modifier and Type Method Description DatasetListResponseDatasetsApi. datasetsGet()Get available datasetsMethods in com.confidentify.client.api that return types with arguments of type DatasetListResponse Modifier and Type Method Description ApiResponse<DatasetListResponse>DatasetsApi. datasetsGetWithHttpInfo()Get available datasetsMethod parameters in com.confidentify.client.api with type arguments of type DatasetListResponse Modifier and Type Method Description okhttp3.CallDatasetsApi. datasetsGetAsync(ApiCallback<DatasetListResponse> _callback)Get available datasets (asynchronously) -
Uses of DatasetListResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return DatasetListResponse Modifier and Type Method Description DatasetListResponseDatasetListResponse. addDatasetsAccountItem(DatasetListItem datasetsAccountItem)DatasetListResponseDatasetListResponse. addDatasetsSharedItem(DatasetListItem datasetsSharedItem)DatasetListResponseDatasetListResponse. datasetsAccount(List<DatasetListItem> datasetsAccount)DatasetListResponseDatasetListResponse. datasetsShared(List<DatasetListItem> datasetsShared)
-