Uses of Class
com.confidentify.client.model.IdentifyResponseRecord
-
Packages that use IdentifyResponseRecord Package Description com.confidentify.client.model -
-
Uses of IdentifyResponseRecord in com.confidentify.client.model
Methods in com.confidentify.client.model that return IdentifyResponseRecord Modifier and Type Method Description IdentifyResponseRecordIdentifyResponseRecord. addEntitiesItem(IdentifyResponseRecordEntity entitiesItem)IdentifyResponseRecordIdentifyResponseRecord. entities(List<IdentifyResponseRecordEntity> entities)IdentifyResponseRecordIdentifyResponseRecord. id(String id)Methods in com.confidentify.client.model that return types with arguments of type IdentifyResponseRecord Modifier and Type Method Description List<IdentifyResponseRecord>IdentifyResponse. getRecords()Get recordsMethods in com.confidentify.client.model with parameters of type IdentifyResponseRecord Modifier and Type Method Description IdentifyResponseIdentifyResponse. addRecordsItem(IdentifyResponseRecord recordsItem)Method parameters in com.confidentify.client.model with type arguments of type IdentifyResponseRecord Modifier and Type Method Description IdentifyResponseIdentifyResponse. records(List<IdentifyResponseRecord> records)voidIdentifyResponse. setRecords(List<IdentifyResponseRecord> records)
-