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, Integer pageSize, String pageAfter, String filterIds)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, Integer pageSize, String pageAfter, String filterIds)Query recordsMethod parameters in com.confidentify.client.api with type arguments of type RecordsQueryResponse Modifier and Type Method Description okhttp3.CallDatasetsApi. recordsGetAsync(String datasetId, Integer pageSize, String pageAfter, String filterIds, 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(NextPageInformation nextPage)RecordsQueryResponseRecordsQueryResponse. records(List<DatasetRecordBase> records)
-