Uses of Class
com.confidentify.client.model.DatasetListItem
-
Packages that use DatasetListItem Package Description com.confidentify.client.model -
-
Uses of DatasetListItem in com.confidentify.client.model
Methods in com.confidentify.client.model that return DatasetListItem Modifier and Type Method Description DatasetListItemDatasetListItem. href(String href)DatasetListItemDatasetListItem. id(String id)DatasetListItemDatasetListItem. name(String name)DatasetListItemDatasetListItem. schema(DatasetSchema schema)Methods in com.confidentify.client.model that return types with arguments of type DatasetListItem Modifier and Type Method Description List<DatasetListItem>DatasetListResponse. getDatasetsAccount()A list of datasets owned by the accountList<DatasetListItem>DatasetListResponse. getDatasetsShared()A list of datasets shared with the account.Methods in com.confidentify.client.model with parameters of type DatasetListItem Modifier and Type Method Description DatasetListResponseDatasetListResponse. addDatasetsAccountItem(DatasetListItem datasetsAccountItem)DatasetListResponseDatasetListResponse. addDatasetsSharedItem(DatasetListItem datasetsSharedItem)Method parameters in com.confidentify.client.model with type arguments of type DatasetListItem Modifier and Type Method Description DatasetListResponseDatasetListResponse. datasetsAccount(List<DatasetListItem> datasetsAccount)DatasetListResponseDatasetListResponse. datasetsShared(List<DatasetListItem> datasetsShared)voidDatasetListResponse. setDatasetsAccount(List<DatasetListItem> datasetsAccount)voidDatasetListResponse. setDatasetsShared(List<DatasetListItem> datasetsShared)
-