Uses of Class
com.docusign.esign.model.Country
-
Packages that use Country Package Description com.docusign.esign.model -
-
Uses of Country in com.docusign.esign.model
Methods in com.docusign.esign.model that return Country Modifier and Type Method Description CountryCountry. addProvincesItem(Province provincesItem)addProvincesItem.CountryCountry. isoCode(String isoCode)isoCode.CountryCountry. name(String name)name.CountryCountry. provinces(List<Province> provinces)provinces.CountryCountry. provinceValidated(String provinceValidated)provinceValidated.Methods in com.docusign.esign.model that return types with arguments of type Country Modifier and Type Method Description List<Country>AccountAddress. getSupportedCountries()Contains an array of countries supported by the billing plan..Methods in com.docusign.esign.model with parameters of type Country Modifier and Type Method Description AccountAddressAccountAddress. addSupportedCountriesItem(Country supportedCountriesItem)addSupportedCountriesItem.Method parameters in com.docusign.esign.model with type arguments of type Country Modifier and Type Method Description voidAccountAddress. setSupportedCountries(List<Country> supportedCountries)setSupportedCountries.AccountAddressAccountAddress. supportedCountries(List<Country> supportedCountries)supportedCountries.
-