Uses of Class
com.confidentify.client.model.RecordsQueryResponse
-
Packages that use RecordsQueryResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of RecordsQueryResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return RecordsQueryResponse Modifier and Type Method Description RecordsQueryResponseDatasetsApi. recordsGet(String datasetId, BigDecimal pageSize, String pageAfter)Query recordsMethods in com.confidentify.client.api that return types with arguments of type RecordsQueryResponse Modifier and Type Method Description ApiResponse<RecordsQueryResponse>DatasetsApi. recordsGetWithHttpInfo(String datasetId, BigDecimal pageSize, String pageAfter)Query recordsMethod parameters in com.confidentify.client.api with type arguments of type RecordsQueryResponse Modifier and Type Method Description okhttp3.CallDatasetsApi. recordsGetAsync(String datasetId, BigDecimal pageSize, String pageAfter, ApiCallback<RecordsQueryResponse> _callback)Query records (asynchronously) -
Uses of RecordsQueryResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return RecordsQueryResponse Modifier and Type Method Description RecordsQueryResponseRecordsQueryResponse. addRecordsItem(DatasetRecordBase recordsItem)RecordsQueryResponseRecordsQueryResponse. nextPage(RecordsQueryResponseNextPage nextPage)RecordsQueryResponseRecordsQueryResponse. records(List<DatasetRecordBase> records)
-