Uses of Class
com.confidentify.client.model.OrganizationNameResponseRecord
-
Packages that use OrganizationNameResponseRecord Package Description com.confidentify.client.model -
-
Uses of OrganizationNameResponseRecord in com.confidentify.client.model
Methods in com.confidentify.client.model that return OrganizationNameResponseRecord Modifier and Type Method Description OrganizationNameResponseRecordOrganizationNameResponseRecord. id(String id)OrganizationNameResponseRecordOrganizationNameResponseRecord. organizationName(String organizationName)OrganizationNameResponseRecordOrganizationNameResponseRecord. organizationType(String organizationType)OrganizationNameResponseRecordOrganizationNameResponseRecord. outcome(ProcessorOutcome outcome)Methods in com.confidentify.client.model that return types with arguments of type OrganizationNameResponseRecord Modifier and Type Method Description List<OrganizationNameResponseRecord>OrganizationNameResponse. getRecords()Get recordsMethods in com.confidentify.client.model with parameters of type OrganizationNameResponseRecord Modifier and Type Method Description OrganizationNameResponseOrganizationNameResponse. addRecordsItem(OrganizationNameResponseRecord recordsItem)Method parameters in com.confidentify.client.model with type arguments of type OrganizationNameResponseRecord Modifier and Type Method Description OrganizationNameResponseOrganizationNameResponse. records(List<OrganizationNameResponseRecord> records)voidOrganizationNameResponse. setRecords(List<OrganizationNameResponseRecord> records)
-