PhoneNumberCountry Class
- java.
lang. Object - com.
azure. communication. administration. models. PhoneNumberCountry
- com.
public final class PhoneNumberCountry
The PhoneNumberCountry model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PhoneNumberCountry() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getCountryCode()
Get the country |
| String |
getLocalizedName()
Get the localized |
|
Phone |
setCountryCode(String countryCode)
Set the country |
|
Phone |
setLocalizedName(String localizedName)
Set the localized |
Methods inherited from java.lang.Object
Constructor Details
PhoneNumberCountry
public PhoneNumberCountry()
Method Details
getCountryCode
public String getCountryCode()
Get the countryCode property: Represents the abbreviated name of the country.
Returns:
getLocalizedName
public String getLocalizedName()
Get the localizedName property: Represents the name of the country.
Returns:
setCountryCode
public PhoneNumberCountry setCountryCode(String countryCode)
Set the countryCode property: Represents the abbreviated name of the country.
Parameters:
Returns:
setLocalizedName
public PhoneNumberCountry setLocalizedName(String localizedName)
Set the localizedName property: Represents the name of the country.
Parameters:
Returns: