Uses of Enum Class
dev.vality.damsel.domain.CountryCode
Packages that use CountryCode
-
Uses of CountryCode in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CountryCodeModifier and TypeFieldDescriptionInternationalBankDetails.countryCountryRef.idBankCard.issuer_countryFields in dev.vality.damsel.domain with type parameters of type CountryCodeMethods in dev.vality.damsel.domain that return CountryCodeModifier and TypeMethodDescriptionstatic CountryCodeCountryCode.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.InternationalBankDetails.getCountry()CountryRef.getId()BankCard.getIssuerCountry()BankCardConditionDefinition.getIssuerCountryIs()static CountryCodeReturns the enum constant of this class with the specified name.static CountryCode[]CountryCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type CountryCodeModifier and TypeMethodDescriptionPaymentInstitution.getResidences()PaymentInstitution.getResidencesIterator()Methods in dev.vality.damsel.domain with parameters of type CountryCodeModifier and TypeMethodDescriptionvoidPaymentInstitution.addToResidences(CountryCode elem) static BankCardConditionDefinitionBankCardConditionDefinition.issuer_country_is(CountryCode value) InternationalBankDetails.setCountry(CountryCode country) CountryRef.setId(CountryCode id) BankCard.setIssuerCountry(CountryCode issuer_country) voidBankCardConditionDefinition.setIssuerCountryIs(CountryCode value) Method parameters in dev.vality.damsel.domain with type arguments of type CountryCodeConstructors in dev.vality.damsel.domain with parameters of type CountryCodeConstructor parameters in dev.vality.damsel.domain with type arguments of type CountryCodeModifierConstructorDescriptionPaymentInstitution(String name, SystemAccountSetSelector system_account_set, ContractTemplateSelector default_contract_template, InspectorSelector inspector, PaymentInstitutionRealm realm, Set<CountryCode> residences)