Package com.ringcentral.definitions
Class CountryInfoDictionaryModel
java.lang.Object
com.ringcentral.definitions.CountryInfoDictionaryModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionCountry calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164), see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)Emergency calling feature availability/emergency address requirement indicatorIndicates that free phone line for softphone is available for this countryInternal identifier of a countryCountry code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)Indicates that the local dialing is supported in this country and default area code can be setIndicates that login with the phone number of this country is allowedThe official name of a countryIndicates that phone numbers are available for this countryIndicates that signup/billing is allowed for this countryCanonical URI of a country resource Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallingCode
(String callingCode) emergencyCalling
(Boolean emergencyCalling) freeSoftphoneLine
(Boolean freeSoftphoneLine) localDialing
(Boolean localDialing) loginAllowed
(Boolean loginAllowed) numberSelling
(Boolean numberSelling) signupAllowed
(Boolean signupAllowed)
-
Field Details
-
id
Internal identifier of a country -
uri
Canonical URI of a country resource Format: uri -
name
The official name of a country -
isoCode
Country code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) -
callingCode
Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164), see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes) -
emergencyCalling
Emergency calling feature availability/emergency address requirement indicator -
numberSelling
Indicates that phone numbers are available for this country -
loginAllowed
Indicates that login with the phone number of this country is allowed -
signupAllowed
Indicates that signup/billing is allowed for this country -
freeSoftphoneLine
Indicates that free phone line for softphone is available for this country -
localDialing
Indicates that the local dialing is supported in this country and default area code can be set
-
-
Constructor Details
-
CountryInfoDictionaryModel
public CountryInfoDictionaryModel()
-
-
Method Details
-
id
-
uri
-
name
-
isoCode
-
callingCode
-
emergencyCalling
-
numberSelling
-
loginAllowed
-
signupAllowed
-
freeSoftphoneLine
-
localDialing
-