Uses of Class
dev.vality.damsel.domain.CountryCode
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CountryCode in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CountryCode Modifier and Type Field Description CountryCodeInternationalBankDetails. countryCountryCodeCountryRef. idCountryCodeBankCard. issuer_countryFields in dev.vality.damsel.domain with type parameters of type CountryCode Modifier and Type Field Description Set<CountryCode>PaymentInstitution. residencesMethods in dev.vality.damsel.domain that return CountryCode Modifier and Type Method Description static CountryCodeCountryCode. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CountryCodeInternationalBankDetails. getCountry()CountryCodeCountryRef. getId()CountryCodeBankCard. getIssuerCountry()CountryCodeBankCardConditionDefinition. getIssuerCountryIs()static CountryCodeCountryCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryCode[]CountryCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type CountryCode Modifier and Type Method Description Set<CountryCode>PaymentInstitution. getResidences()Iterator<CountryCode>PaymentInstitution. getResidencesIterator()Methods in dev.vality.damsel.domain with parameters of type CountryCode Modifier and Type Method Description voidPaymentInstitution. addToResidences(CountryCode elem)static BankCardConditionDefinitionBankCardConditionDefinition. issuer_country_is(CountryCode value)InternationalBankDetailsInternationalBankDetails. setCountry(CountryCode country)CountryRefCountryRef. setId(CountryCode id)BankCardBankCard. setIssuerCountry(CountryCode issuer_country)voidBankCardConditionDefinition. setIssuerCountryIs(CountryCode value)Method parameters in dev.vality.damsel.domain with type arguments of type CountryCode Modifier and Type Method Description PaymentInstitutionPaymentInstitution. setResidences(Set<CountryCode> residences)Constructors in dev.vality.damsel.domain with parameters of type CountryCode Constructor Description CountryRef(CountryCode id)Constructor parameters in dev.vality.damsel.domain with type arguments of type CountryCode Constructor Description PaymentInstitution(String name, SystemAccountSetSelector system_account_set, ContractTemplateSelector default_contract_template, InspectorSelector inspector, PaymentInstitutionRealm realm, Set<CountryCode> residences)