Uses of Class
com.confidentify.client.model.MatchedPair
-
Packages that use MatchedPair Package Description com.confidentify.client.model -
-
Uses of MatchedPair in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchedPair Modifier and Type Method Description MatchedPairMatchedPair. record1(MatchedRecord record1)MatchedPairMatchedPair. record2(MatchedRecord record2)MatchedPairMatchedPair. scores(Object scores)MatchedPairMatchedPair. verdict(MatchVerdict verdict)Methods in com.confidentify.client.model that return types with arguments of type MatchedPair Modifier and Type Method Description List<MatchedPair>MatchJobPairsQueryResponse. getPairs()The record pairs retrieved from the query.Methods in com.confidentify.client.model with parameters of type MatchedPair Modifier and Type Method Description MatchJobPairsQueryResponseMatchJobPairsQueryResponse. addPairsItem(MatchedPair pairsItem)Method parameters in com.confidentify.client.model with type arguments of type MatchedPair Modifier and Type Method Description MatchJobPairsQueryResponseMatchJobPairsQueryResponse. pairs(List<MatchedPair> pairs)voidMatchJobPairsQueryResponse. setPairs(List<MatchedPair> pairs)
-