Uses of Class
dev.vality.damsel.domain.ContractorIdentificationLevel
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management | |
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of ContractorIdentificationLevel in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return ContractorIdentificationLevel Modifier and Type Method Description ContractorIdentificationLevelContractorModification. getIdentificationLevelModification()Methods in dev.vality.damsel.claim_management with parameters of type ContractorIdentificationLevel Modifier and Type Method Description static ContractorModificationContractorModification. identification_level_modification(ContractorIdentificationLevel value)voidContractorModification. setIdentificationLevelModification(ContractorIdentificationLevel value) -
Uses of ContractorIdentificationLevel in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ContractorIdentificationLevel Modifier and Type Field Description ContractorIdentificationLevelIdentityProvider. contractor_levelContractorIdentificationLevelPartyContractor. statusMethods in dev.vality.damsel.domain that return ContractorIdentificationLevel Modifier and Type Method Description static ContractorIdentificationLevelContractorIdentificationLevel. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ContractorIdentificationLevelIdentityProvider. getContractorLevel()ContractorIdentificationLevelCondition. getIdentificationLevelIs()ContractorIdentificationLevelPartyContractor. getStatus()static ContractorIdentificationLevelContractorIdentificationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ContractorIdentificationLevel[]ContractorIdentificationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type ContractorIdentificationLevel Modifier and Type Method Description static ConditionCondition. identification_level_is(ContractorIdentificationLevel value)IdentityProviderIdentityProvider. setContractorLevel(ContractorIdentificationLevel contractor_level)voidCondition. setIdentificationLevelIs(ContractorIdentificationLevel value)PartyContractorPartyContractor. setStatus(ContractorIdentificationLevel status)Constructors in dev.vality.damsel.domain with parameters of type ContractorIdentificationLevel Constructor Description IdentityProvider(PaymentInstitutionRef payment_institution, ContractTemplateRef contract_template, ContractorIdentificationLevel contractor_level)PartyContractor(String id, Contractor contractor, ContractorIdentificationLevel status, List<ByteBuffer> identity_documents) -
Uses of ContractorIdentificationLevel in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ContractorIdentificationLevel Modifier and Type Field Description ContractorIdentificationLevelVarset. identification_levelMethods in dev.vality.damsel.payment_processing that return ContractorIdentificationLevel Modifier and Type Method Description ContractorIdentificationLevelVarset. getIdentificationLevel()ContractorIdentificationLevelContractorEffect. getIdentificationLevelChanged()ContractorIdentificationLevelContractorModification. getIdentificationLevelModification()Methods in dev.vality.damsel.payment_processing with parameters of type ContractorIdentificationLevel Modifier and Type Method Description static ContractorEffectContractorEffect. identification_level_changed(ContractorIdentificationLevel value)static ContractorModificationContractorModification. identification_level_modification(ContractorIdentificationLevel value)VarsetVarset. setIdentificationLevel(ContractorIdentificationLevel identification_level)voidContractorEffect. setIdentificationLevelChanged(ContractorIdentificationLevel value)voidContractorModification. setIdentificationLevelModification(ContractorIdentificationLevel value)