Uses of Class
dev.vality.damsel.domain.IdentityProvider
Packages that use IdentityProvider
-
Uses of IdentityProvider in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as IdentityProviderMethods in dev.vality.damsel.domain that return IdentityProviderModifier and TypeMethodDescriptionIdentityProvider.deepCopy()IdentityProviderObject.getData()IdentityProvider.setContractorLevel(ContractorIdentificationLevel contractor_level) IdentityProvider.setContractTemplate(ContractTemplateRef contract_template) IdentityProvider.setPaymentInstitution(PaymentInstitutionRef payment_institution) Methods in dev.vality.damsel.domain with parameters of type IdentityProviderModifier and TypeMethodDescriptionintIdentityProvider.compareTo(IdentityProvider other) booleanIdentityProvider.equals(IdentityProvider that) IdentityProviderObject.setData(IdentityProvider data) Constructors in dev.vality.damsel.domain with parameters of type IdentityProviderModifierConstructorDescriptionIdentityProvider(IdentityProvider other) Performs a deep copy on other.