Uses of Class
com.confidentify.client.model.IdentifyRequestRecord
-
Packages that use IdentifyRequestRecord Package Description com.confidentify.client.model -
-
Uses of IdentifyRequestRecord in com.confidentify.client.model
Methods in com.confidentify.client.model that return IdentifyRequestRecord Modifier and Type Method Description IdentifyRequestRecordIdentifyRequestRecord. id(String id)IdentifyRequestRecordIdentifyRequestRecord. text(String text)Methods in com.confidentify.client.model that return types with arguments of type IdentifyRequestRecord Modifier and Type Method Description List<IdentifyRequestRecord>IdentifyRequest. getRecords()Get recordsList<IdentifyRequestRecord>IngestDocumentsRequest. getRecords()Get recordsMethods in com.confidentify.client.model with parameters of type IdentifyRequestRecord Modifier and Type Method Description IdentifyRequestIdentifyRequest. addRecordsItem(IdentifyRequestRecord recordsItem)IngestDocumentsRequestIngestDocumentsRequest. addRecordsItem(IdentifyRequestRecord recordsItem)Method parameters in com.confidentify.client.model with type arguments of type IdentifyRequestRecord Modifier and Type Method Description IdentifyRequestIdentifyRequest. records(List<IdentifyRequestRecord> records)IngestDocumentsRequestIngestDocumentsRequest. records(List<IdentifyRequestRecord> records)voidIdentifyRequest. setRecords(List<IdentifyRequestRecord> records)voidIngestDocumentsRequest. setRecords(List<IdentifyRequestRecord> records)
-