Uses of Class
com.confidentify.client.model.DatasetRecordAll
-
Packages that use DatasetRecordAll Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of DatasetRecordAll in com.confidentify.client.api
Methods in com.confidentify.client.api that return DatasetRecordAll Modifier and Type Method Description DatasetRecordAllDatasetsApi. datasetRecordByIdGet(String datasetId, String recordId)Get dataset record informationMethods in com.confidentify.client.api that return types with arguments of type DatasetRecordAll Modifier and Type Method Description ApiResponse<DatasetRecordAll>DatasetsApi. datasetRecordByIdGetWithHttpInfo(String datasetId, String recordId)Get dataset record informationMethod parameters in com.confidentify.client.api with type arguments of type DatasetRecordAll Modifier and Type Method Description okhttp3.CallDatasetsApi. datasetRecordByIdGetAsync(String datasetId, String recordId, ApiCallback<DatasetRecordAll> _callback)Get dataset record information (asynchronously) -
Uses of DatasetRecordAll in com.confidentify.client.model
Methods in com.confidentify.client.model that return DatasetRecordAll Modifier and Type Method Description DatasetRecordAllDatasetRecordAll. createdAt(OffsetDateTime createdAt)DatasetRecordAllDatasetRecordAll. entity(Object entity)DatasetRecordAllDatasetRecordAll. id(String id)DatasetRecordAllDatasetRecordAll. recordSource(String recordSource)
-