Uses of Class
com.confidentify.client.model.IdentifyResponseRecordEntity
-
Packages that use IdentifyResponseRecordEntity Package Description com.confidentify.client.model -
-
Uses of IdentifyResponseRecordEntity in com.confidentify.client.model
Methods in com.confidentify.client.model that return IdentifyResponseRecordEntity Modifier and Type Method Description IdentifyResponseRecordEntityIdentifyResponseRecordEntity. entityType(IdentifyResponseRecordEntity.EntityTypeEnum entityType)IdentifyResponseRecordEntityIdentifyResponseRecordEntity. text(String text)Methods in com.confidentify.client.model that return types with arguments of type IdentifyResponseRecordEntity Modifier and Type Method Description List<IdentifyResponseRecordEntity>IdentifyResponseRecord. getEntities()Get entitiesMethods in com.confidentify.client.model with parameters of type IdentifyResponseRecordEntity Modifier and Type Method Description IdentifyResponseRecordIdentifyResponseRecord. addEntitiesItem(IdentifyResponseRecordEntity entitiesItem)Method parameters in com.confidentify.client.model with type arguments of type IdentifyResponseRecordEntity Modifier and Type Method Description IdentifyResponseRecordIdentifyResponseRecord. entities(List<IdentifyResponseRecordEntity> entities)voidIdentifyResponseRecord. setEntities(List<IdentifyResponseRecordEntity> entities)
-