Uses of Class
model.Country
-
Packages that use Country Package Description model -
-
Uses of Country in model
Methods in model that return Country Modifier and Type Method Description static CountryCountry. fromValue(String value)CountryAddress. getCountry()Get countryCountryPaymentInstrument. getCountry()Get countryCountryProcessorApplicationConfig. getDefaultSenderCountry()Get defaultSenderCountryCountryCountry.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CountryCountry. valueOf(String name)Returns 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.Methods in model that return types with arguments of type Country Modifier and Type Method Description List<Country>ProcessorSystemConfig. getAvailableCountries()Details the countries the `Processor` is avalible in.Methods in model with parameters of type Country Modifier and Type Method Description ProcessorSystemConfigProcessorSystemConfig. addAvailableCountriesItem(Country availableCountriesItem)AddressAddress. country(Country country)PaymentInstrumentPaymentInstrument. country(Country country)ProcessorApplicationConfigProcessorApplicationConfig. defaultSenderCountry(Country defaultSenderCountry)voidAddress. setCountry(Country country)voidPaymentInstrument. setCountry(Country country)voidProcessorApplicationConfig. setDefaultSenderCountry(Country defaultSenderCountry)voidCountry.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Country enumeration)Method parameters in model with type arguments of type Country Modifier and Type Method Description ProcessorSystemConfigProcessorSystemConfig. availableCountries(List<Country> availableCountries)voidProcessorSystemConfig. setAvailableCountries(List<Country> availableCountries)
-