Uses of Enum Class
dev.vality.damsel.domain.ContractorIdentificationLevel
Packages that use ContractorIdentificationLevel
Package
Description
-
Uses of ContractorIdentificationLevel in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return ContractorIdentificationLevelMethods in dev.vality.damsel.claim_management with parameters of type ContractorIdentificationLevelModifier and TypeMethodDescriptionstatic 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 ContractorIdentificationLevelMethods in dev.vality.damsel.domain that return ContractorIdentificationLevelModifier and TypeMethodDescriptionContractorIdentificationLevel.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.IdentityProvider.getContractorLevel()Condition.getIdentificationLevelIs()PartyContractor.getStatus()Returns the enum constant of this class with the specified name.static ContractorIdentificationLevel[]ContractorIdentificationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type ContractorIdentificationLevelModifier and TypeMethodDescriptionstatic ConditionCondition.identification_level_is(ContractorIdentificationLevel value) IdentityProvider.setContractorLevel(ContractorIdentificationLevel contractor_level) voidCondition.setIdentificationLevelIs(ContractorIdentificationLevel value) PartyContractor.setStatus(ContractorIdentificationLevel status) Constructors in dev.vality.damsel.domain with parameters of type ContractorIdentificationLevelModifierConstructorDescriptionIdentityProvider(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 ContractorIdentificationLevelMethods in dev.vality.damsel.payment_processing that return ContractorIdentificationLevelModifier and TypeMethodDescriptionVarset.getIdentificationLevel()ContractorEffect.getIdentificationLevelChanged()ContractorModification.getIdentificationLevelModification()Methods in dev.vality.damsel.payment_processing with parameters of type ContractorIdentificationLevelModifier and TypeMethodDescriptionstatic ContractorEffectContractorEffect.identification_level_changed(ContractorIdentificationLevel value) static ContractorModificationContractorModification.identification_level_modification(ContractorIdentificationLevel value) Varset.setIdentificationLevel(ContractorIdentificationLevel identification_level) voidContractorEffect.setIdentificationLevelChanged(ContractorIdentificationLevel value) voidContractorModification.setIdentificationLevelModification(ContractorIdentificationLevel value)