Uses of Enum
model.Country
Packages that use Country
-
Uses of Country in model
Modifier and TypeMethodDescriptionstatic CountryAddress.getCountry()Get countryPaymentInstrument.getCountry()Get countryProcessorApplicationConfig.getDefaultSenderCountry()Get defaultSenderCountryCountry.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static CountryReturns the enum constant of this type with the specified name.static Country[]Country.values()Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionProcessorSystemConfig.getAvailableCountries()Details the countries the `Processor` is avalible in.Modifier and TypeMethodDescriptionProcessorSystemConfig.addAvailableCountriesItem(Country availableCountriesItem) ProcessorApplicationConfig.defaultSenderCountry(Country defaultSenderCountry) voidAddress.setCountry(Country country) voidPaymentInstrument.setCountry(Country country) voidProcessorApplicationConfig.setDefaultSenderCountry(Country defaultSenderCountry) voidModifier and TypeMethodDescriptionProcessorSystemConfig.availableCountries(List<Country> availableCountries) voidProcessorSystemConfig.setAvailableCountries(List<Country> availableCountries)