azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.pho...

56 строки
3.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.PhoneNumberCountry"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCountry"
name: "PhoneNumberCountry"
nameWithType: "PhoneNumberCountry"
summary: "The Phone<wbr>Number<wbr>Country model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **PhoneNumberCountry**"
constructors:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCountry.PhoneNumberCountry()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCountry.PhoneNumberCountry()"
name: "PhoneNumberCountry()"
nameWithType: "PhoneNumberCountry.PhoneNumberCountry()"
syntax: "public PhoneNumberCountry()"
methods:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCountry.getCountryCode()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCountry.getCountryCode()"
name: "getCountryCode()"
nameWithType: "PhoneNumberCountry.getCountryCode()"
summary: "Get the country<wbr>Code property: Represents the abbreviated name of the country."
syntax: "public String getCountryCode()"
desc: "Get the countryCode property: Represents the abbreviated name of the country."
returns:
description: "the countryCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCountry.getLocalizedName()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCountry.getLocalizedName()"
name: "getLocalizedName()"
nameWithType: "PhoneNumberCountry.getLocalizedName()"
summary: "Get the localized<wbr>Name property: Represents the name of the country."
syntax: "public String getLocalizedName()"
desc: "Get the localizedName property: Represents the name of the country."
returns:
description: "the localizedName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The PhoneNumberCountry model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.18