VSC-Service-Account 2023-09-08 04:56:21 +00:00
Родитель b52997df4e
Коммит f484781f90
46 изменённых файлов: 1456 добавлений и 707 удалений

Просмотреть файл

@ -257,6 +257,10 @@
- com.azure.communication.phonenumbers.models
- com.azure.communication.phonenumbers.siprouting
- com.azure.communication.phonenumbers.siprouting.models
- com.azure.communication.phonenumbers
- com.azure.communication.phonenumbers.models
- com.azure.communication.phonenumbers.siprouting
- com.azure.communication.phonenumbers.siprouting.models
- name: Communication Rooms
href: ~/docs-ref-services/latest/communication-rooms-readme.md
children:

Просмотреть файл

@ -0,0 +1,14 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.CodeCoverageAnnotation.Generated"
fullName: "com.azure.communication.phonenumbers.CodeCoverageAnnotation.Generated"
name: "CodeCoverageAnnotation.Generated"
nameWithType: "CodeCoverageAnnotation.Generated"
summary: "Annotation used to exclude from code coverage"
syntax: "public static interface **CodeCoverageAnnotation.Generated**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
type: "interface"
desc: "Annotation used to exclude from code coverage"
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -0,0 +1,34 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.CodeCoverageAnnotation"
fullName: "com.azure.communication.phonenumbers.CodeCoverageAnnotation"
name: "CodeCoverageAnnotation"
nameWithType: "CodeCoverageAnnotation"
summary: "Class used for code coverage."
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 class **CodeCoverageAnnotation**"
constructors:
- uid: "com.azure.communication.phonenumbers.CodeCoverageAnnotation.CodeCoverageAnnotation()"
fullName: "com.azure.communication.phonenumbers.CodeCoverageAnnotation.CodeCoverageAnnotation()"
name: "CodeCoverageAnnotation()"
nameWithType: "CodeCoverageAnnotation.CodeCoverageAnnotation()"
syntax: "public CodeCoverageAnnotation()"
type: "class"
desc: "Class used for code coverage."
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -241,8 +241,22 @@ methods:
returns:
description: "A <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref> of <xref uid=\"com.azure.communication.phonenumbers.models.PurchasedPhoneNumber\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PurchasedPhoneNumber\"></xref> instances\n representing a purchased telephone numbers."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.communication.phonenumbers.models.PurchasedPhoneNumber?alt=com.azure.communication.phonenumbers.models.PurchasedPhoneNumber&text=PurchasedPhoneNumber\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.communication.phonenumbers.PhoneNumbersAsyncClient.searchOperatorInformation(java.util.List<java.lang.String>)"
fullName: "com.azure.communication.phonenumbers.PhoneNumbersAsyncClient.searchOperatorInformation(List<String> phoneNumbers)"
name: "searchOperatorInformation(List<String> phoneNumbers)"
nameWithType: "PhoneNumbersAsyncClient.searchOperatorInformation(List<String> phoneNumbers)"
summary: "Searches for operator information for a given list of phone numbers."
parameters:
- description: "The phone number(s) whose operator information should be searched."
name: "phoneNumbers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public Mono<OperatorInformationResult> searchOperatorInformation(List<String> phoneNumbers)"
desc: "Searches for operator information for a given list of phone numbers."
returns:
description: "A <xref uid=\"com.azure.communication.phonenumbers.models.OperatorInformationResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OperatorInformationResult\"></xref> which contains the results of the search."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.OperatorInformationResult?alt=com.azure.communication.phonenumbers.models.OperatorInformationResult&text=OperatorInformationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Asynchronous client for Communication service phone number operations.\n\n**Instantiating an asynchronous Phone Numbers Client**\n\n```java\nPhoneNumbersAsyncClient phoneNumberAsyncClient = new PhoneNumbersClientBuilder()\n .endpoint(endpoint)\n .credential(keyCredential)\n .httpClient(httpClient)\n .buildAsyncClient();\n```"
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -412,8 +412,22 @@ methods:
returns:
description: "A <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref> of <xref uid=\"com.azure.communication.phonenumbers.models.PurchasedPhoneNumber\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PurchasedPhoneNumber\"></xref> instances\n representing purchased telephone numbers."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.communication.phonenumbers.models.PurchasedPhoneNumber?alt=com.azure.communication.phonenumbers.models.PurchasedPhoneNumber&text=PurchasedPhoneNumber\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.communication.phonenumbers.PhoneNumbersClient.searchOperatorInformation(java.util.List<java.lang.String>)"
fullName: "com.azure.communication.phonenumbers.PhoneNumbersClient.searchOperatorInformation(List<String> phoneNumbers)"
name: "searchOperatorInformation(List<String> phoneNumbers)"
nameWithType: "PhoneNumbersClient.searchOperatorInformation(List<String> phoneNumbers)"
summary: "Searches for operator information for a given list of phone numbers."
parameters:
- description: "The phone number(s) whose operator information should be searched."
name: "phoneNumbers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public OperatorInformationResult searchOperatorInformation(List<String> phoneNumbers)"
desc: "Searches for operator information for a given list of phone numbers."
returns:
description: "A <xref uid=\"com.azure.communication.phonenumbers.models.OperatorInformationResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OperatorInformationResult\"></xref> which contains the results of the search."
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorInformationResult?alt=com.azure.communication.phonenumbers.models.OperatorInformationResult&text=OperatorInformationResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Synchronous client for Communication service phone number operations.\n\n**Instantiating a synchronous Phone Numbers Client**\n\n```java\nPhoneNumbersClient phoneNumberClient = new PhoneNumbersClientBuilder()\n .endpoint(endpoint)\n .credential(keyCredential)\n .httpClient(httpClient)\n .buildClient();\n```"
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -255,4 +255,4 @@ implements:
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.communication.phonenumbers.PhoneNumbersClientBuilder?alt=com.azure.communication.phonenumbers.PhoneNumbersClientBuilder&text=PhoneNumbersClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -34,8 +34,14 @@ fields:
fullName: "com.azure.communication.phonenumbers.PhoneNumbersServiceVersion.V2021_03_07"
name: "V2021_03_07"
nameWithType: "PhoneNumbersServiceVersion.V2021_03_07"
summary: "Service version `2021-03-07`."
desc: "Service version `2021-03-07`."
summary: "Latest stable service version `2021-03-07`"
desc: "Latest stable service version `2021-03-07`"
- uid: "com.azure.communication.phonenumbers.PhoneNumbersServiceVersion.V2023_05_01_Preview"
fullName: "com.azure.communication.phonenumbers.PhoneNumbersServiceVersion.V2023_05_01_Preview"
name: "V2023_05_01_Preview"
nameWithType: "PhoneNumbersServiceVersion.V2023_05_01_Preview"
summary: "Number Lookup preview version `2023-05-01-preview`"
desc: "Number Lookup preview version `2023-05-01-preview`"
methods:
- uid: "com.azure.communication.phonenumbers.PhoneNumbersServiceVersion.getLatest()"
fullName: "com.azure.communication.phonenumbers.PhoneNumbersServiceVersion.getLatest()"
@ -82,4 +88,4 @@ implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -66,9 +66,11 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.BillingFrequency.values()"
name: "values()"
nameWithType: "BillingFrequency.values()"
summary: "Gives a Collection of Billing<wbr>Frequency Values"
modifiers:
- "static"
syntax: "public static Collection<BillingFrequency> values()"
desc: "Gives a Collection of BillingFrequency Values"
returns:
description: "known BillingFrequency values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.BillingFrequency?alt=com.azure.communication.phonenumbers.models.BillingFrequency&text=BillingFrequency\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -76,4 +78,4 @@ type: "class"
desc: "Defines values for BillingFrequency."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -0,0 +1,65 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.OperatorDetails"
fullName: "com.azure.communication.phonenumbers.models.OperatorDetails"
name: "OperatorDetails"
nameWithType: "OperatorDetails"
summary: "Represents metadata describing the operator of a phone number."
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 **OperatorDetails**"
constructors:
- uid: "com.azure.communication.phonenumbers.models.OperatorDetails.OperatorDetails()"
fullName: "com.azure.communication.phonenumbers.models.OperatorDetails.OperatorDetails()"
name: "OperatorDetails()"
nameWithType: "OperatorDetails.OperatorDetails()"
syntax: "public OperatorDetails()"
methods:
- uid: "com.azure.communication.phonenumbers.models.OperatorDetails.getMobileCountryCode()"
fullName: "com.azure.communication.phonenumbers.models.OperatorDetails.getMobileCountryCode()"
name: "getMobileCountryCode()"
nameWithType: "OperatorDetails.getMobileCountryCode()"
summary: "Get the mobile<wbr>Country<wbr>Code property: Mobile Country Code."
syntax: "public String getMobileCountryCode()"
desc: "Get the mobileCountryCode property: Mobile Country Code."
returns:
description: "the mobileCountryCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.phonenumbers.models.OperatorDetails.getMobileNetworkCode()"
fullName: "com.azure.communication.phonenumbers.models.OperatorDetails.getMobileNetworkCode()"
name: "getMobileNetworkCode()"
nameWithType: "OperatorDetails.getMobileNetworkCode()"
summary: "Get the mobile<wbr>Network<wbr>Code property: Mobile Network Code."
syntax: "public String getMobileNetworkCode()"
desc: "Get the mobileNetworkCode property: Mobile Network Code."
returns:
description: "the mobileNetworkCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.phonenumbers.models.OperatorDetails.getName()"
fullName: "com.azure.communication.phonenumbers.models.OperatorDetails.getName()"
name: "getName()"
nameWithType: "OperatorDetails.getName()"
summary: "Get the name property: Name of the phone operator."
syntax: "public String getName()"
desc: "Get the name property: Name of the phone operator."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Represents metadata describing the operator of a phone number."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -0,0 +1,75 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.OperatorInformation"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformation"
name: "OperatorInformation"
nameWithType: "OperatorInformation"
summary: "Represents metadata about a phone number that is controlled/provided by that phone number's operator."
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 **OperatorInformation**"
constructors:
- uid: "com.azure.communication.phonenumbers.models.OperatorInformation.OperatorInformation()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformation.OperatorInformation()"
name: "OperatorInformation()"
nameWithType: "OperatorInformation.OperatorInformation()"
syntax: "public OperatorInformation()"
methods:
- uid: "com.azure.communication.phonenumbers.models.OperatorInformation.getIsoCountryCode()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformation.getIsoCountryCode()"
name: "getIsoCountryCode()"
nameWithType: "OperatorInformation.getIsoCountryCode()"
summary: "Get the iso<wbr>Country<wbr>Code property: ISO 3166-1 two character ('alpha-2') code associated with the phone number."
syntax: "public String getIsoCountryCode()"
desc: "Get the isoCountryCode property: ISO 3166-1 two character ('alpha-2') code associated with the phone number."
returns:
description: "the isoCountryCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.phonenumbers.models.OperatorInformation.getNumberType()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformation.getNumberType()"
name: "getNumberType()"
nameWithType: "OperatorInformation.getNumberType()"
summary: "Get the number<wbr>Type property: Type of service associated with the phone number."
syntax: "public OperatorNumberType getNumberType()"
desc: "Get the numberType property: Type of service associated with the phone number."
returns:
description: "the numberType value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.OperatorInformation.getOperatorDetails()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformation.getOperatorDetails()"
name: "getOperatorDetails()"
nameWithType: "OperatorInformation.getOperatorDetails()"
summary: "Get the operator<wbr>Details property: Represents metadata describing the operator of a phone number."
syntax: "public OperatorDetails getOperatorDetails()"
desc: "Get the operatorDetails property: Represents metadata describing the operator of a phone number."
returns:
description: "the operatorDetails value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorDetails?alt=com.azure.communication.phonenumbers.models.OperatorDetails&text=OperatorDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.OperatorInformation.getPhoneNumber()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformation.getPhoneNumber()"
name: "getPhoneNumber()"
nameWithType: "OperatorInformation.getPhoneNumber()"
summary: "Get the phone<wbr>Number property: E.164 formatted string representation of the phone number."
syntax: "public String getPhoneNumber()"
desc: "Get the phoneNumber property: E.164 formatted string representation of the phone number."
returns:
description: "the phoneNumber value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Represents metadata about a phone number that is controlled/provided by that phone number's operator."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -0,0 +1,45 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.OperatorInformationResult"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformationResult"
name: "OperatorInformationResult"
nameWithType: "OperatorInformationResult"
summary: "Represents a search result containing operator information associated with the requested phone numbers."
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 **OperatorInformationResult**"
constructors:
- uid: "com.azure.communication.phonenumbers.models.OperatorInformationResult.OperatorInformationResult()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformationResult.OperatorInformationResult()"
name: "OperatorInformationResult()"
nameWithType: "OperatorInformationResult.OperatorInformationResult()"
syntax: "public OperatorInformationResult()"
methods:
- uid: "com.azure.communication.phonenumbers.models.OperatorInformationResult.getValues()"
fullName: "com.azure.communication.phonenumbers.models.OperatorInformationResult.getValues()"
name: "getValues()"
nameWithType: "OperatorInformationResult.getValues()"
summary: "Get the values property: Results of a search."
syntax: "public List<OperatorInformation> getValues()"
desc: "Get the values property: Results of a search. This array will have one entry per requested phone number which will contain the relevant operator information."
returns:
description: "the values value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.OperatorInformation?alt=com.azure.communication.phonenumbers.models.OperatorInformation&text=OperatorInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Represents a search result containing operator information associated with the requested phone numbers."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -0,0 +1,117 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.OperatorNumberType"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType"
name: "OperatorNumberType"
nameWithType: "OperatorNumberType"
summary: "Defines values for Operator<wbr>Number<wbr>Type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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#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 **OperatorNumberType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.OperatorNumberType()"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.OperatorNumberType()"
name: "OperatorNumberType()"
nameWithType: "OperatorNumberType.OperatorNumberType()"
syntax: "public OperatorNumberType()"
fields:
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.GEOGRAPHIC"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.GEOGRAPHIC"
name: "GEOGRAPHIC"
nameWithType: "OperatorNumberType.GEOGRAPHIC"
summary: "Static value geographic for Operator<wbr>Number<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final OperatorNumberType GEOGRAPHIC"
desc: "Static value geographic for OperatorNumberType."
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.MOBILE"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.MOBILE"
name: "MOBILE"
nameWithType: "OperatorNumberType.MOBILE"
summary: "Static value mobile for Operator<wbr>Number<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final OperatorNumberType MOBILE"
desc: "Static value mobile for OperatorNumberType."
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.OTHER"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.OTHER"
name: "OTHER"
nameWithType: "OperatorNumberType.OTHER"
summary: "Static value other for Operator<wbr>Number<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final OperatorNumberType OTHER"
desc: "Static value other for OperatorNumberType."
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.UNKNOWN"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.UNKNOWN"
name: "UNKNOWN"
nameWithType: "OperatorNumberType.UNKNOWN"
summary: "Static value unknown for Operator<wbr>Number<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final OperatorNumberType UNKNOWN"
desc: "Static value unknown for OperatorNumberType."
methods:
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.fromString(java.lang.String)"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.fromString(String name)"
name: "fromString(String name)"
nameWithType: "OperatorNumberType.fromString(String name)"
summary: "Creates or finds a Operator<wbr>Number<wbr>Type from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static OperatorNumberType fromString(String name)"
desc: "Creates or finds a OperatorNumberType from its string representation."
returns:
description: "the corresponding OperatorNumberType."
type: "<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.OperatorNumberType.values()"
fullName: "com.azure.communication.phonenumbers.models.OperatorNumberType.values()"
name: "values()"
nameWithType: "OperatorNumberType.values()"
summary: "Gets known Operator<wbr>Number<wbr>Type values."
modifiers:
- "static"
syntax: "public static Collection<OperatorNumberType> values()"
desc: "Gets known OperatorNumberType values."
returns:
description: "known OperatorNumberType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.OperatorNumberType?alt=com.azure.communication.phonenumbers.models.OperatorNumberType&text=OperatorNumberType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for OperatorNumberType."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PhoneNumberAdministrativeDivis
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberAdministrativeDivision"
name: "PhoneNumberAdministrativeDivision"
nameWithType: "PhoneNumberAdministrativeDivision"
summary: "The Phone<wbr>Number<wbr>Administrative<wbr>Division model."
summary: "Represents an administrative division."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -49,7 +49,7 @@ methods:
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 PhoneNumberAdministrativeDivision model."
desc: "Represents an administrative division. e.g. state or province."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -42,4 +42,4 @@ type: "class"
desc: "The PhoneNumberAreaCode model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -78,9 +78,11 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType.values()"
name: "values()"
nameWithType: "PhoneNumberAssignmentType.values()"
summary: "Gives a collestion ov Phone<wbr>Number<wbr>Assignment<wbr>Type"
modifiers:
- "static"
syntax: "public static Collection<PhoneNumberAssignmentType> values()"
desc: "Gives a collestion ov PhoneNumberAssignmentType"
returns:
description: "known PhoneNumberAssignmentType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType?alt=com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType&text=PhoneNumberAssignmentType\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -88,4 +90,4 @@ type: "class"
desc: "Defines values for PhoneNumberAssignmentType."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PhoneNumberCapabilities"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCapabilities"
name: "PhoneNumberCapabilities"
nameWithType: "PhoneNumberCapabilities"
summary: "The Phone<wbr>Number<wbr>Capabilities model."
summary: "Capabilities of a phone number."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -77,7 +77,7 @@ methods:
description: "the PhoneNumberCapabilities object itself."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberCapabilities?alt=com.azure.communication.phonenumbers.models.PhoneNumberCapabilities&text=PhoneNumberCapabilities\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The PhoneNumberCapabilities model."
desc: "Capabilities of a phone number."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -102,9 +102,11 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCapabilityType.values()"
name: "values()"
nameWithType: "PhoneNumberCapabilityType.values()"
summary: "Gives a Collection of Phone<wbr>Number<wbr>Capability<wbr>Type"
modifiers:
- "static"
syntax: "public static Collection<PhoneNumberCapabilityType> values()"
desc: "Gives a Collection of PhoneNumberCapabilityType"
returns:
description: "known PhoneNumberCapabilityType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberCapabilityType?alt=com.azure.communication.phonenumbers.models.PhoneNumberCapabilityType&text=PhoneNumberCapabilityType\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -112,4 +114,4 @@ type: "class"
desc: "Defines values for PhoneNumberCapabilityType."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PhoneNumberCost"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCost"
name: "PhoneNumberCost"
nameWithType: "PhoneNumberCost"
summary: "The Phone<wbr>Number<wbr>Cost model."
summary: "The incurred cost for a single phone number."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -59,7 +59,7 @@ methods:
description: "the currencyCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The PhoneNumberCost model."
desc: "The incurred cost for a single phone number."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ 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."
summary: "Represents a country."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -49,7 +49,7 @@ methods:
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."
desc: "Represents a country."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -87,4 +87,4 @@ type: "class"
desc: "The Phone Number Services error."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -75,4 +75,4 @@ type: "class"
desc: "Exception thrown on phone number specific errors"
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PhoneNumberLocality"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberLocality"
name: "PhoneNumberLocality"
nameWithType: "PhoneNumberLocality"
summary: "The Phone<wbr>Number<wbr>Locality model."
summary: "Represents a locality."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -49,7 +49,7 @@ methods:
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 PhoneNumberLocality model."
desc: "Represents a locality."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PhoneNumberOffering"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberOffering"
name: "PhoneNumberOffering"
nameWithType: "PhoneNumberOffering"
summary: "The Phone<wbr>Number<wbr>Offering model."
summary: "Represents a phone number capability offering."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -69,7 +69,7 @@ methods:
description: "the phoneNumberType value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberType?alt=com.azure.communication.phonenumbers.models.PhoneNumberType&text=PhoneNumberType\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The PhoneNumberOffering model."
desc: "Represents a phone number capability offering."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -113,4 +113,4 @@ type: "class"
desc: "The PhoneNumberOperation model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -102,9 +102,11 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberOperationStatus.values()"
name: "values()"
nameWithType: "PhoneNumberOperationStatus.values()"
summary: "Gets known Phone<wbr>Number<wbr>Operation<wbr>Status values."
modifiers:
- "static"
syntax: "public static Collection<PhoneNumberOperationStatus> values()"
desc: "Gets known PhoneNumberOperationStatus values."
returns:
description: "known PhoneNumberOperationStatus values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberOperationStatus?alt=com.azure.communication.phonenumbers.models.PhoneNumberOperationStatus&text=PhoneNumberOperationStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -112,4 +114,4 @@ type: "class"
desc: "Defines values for PhoneNumberOperationStatus."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -102,14 +102,16 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberOperationType.values()"
name: "values()"
nameWithType: "PhoneNumberOperationType.values()"
summary: "Gives a collection of Phone<wbr>Number<wbr>Operation<wbr>Type values"
modifiers:
- "static"
syntax: "public static Collection<PhoneNumberOperationType> values()"
desc: "Gives a collection of PhoneNumberOperationType values"
returns:
description: "known PhoneNumberOperationType values."
description: "known PhoneNumberOperationType values"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberOperationType?alt=com.azure.communication.phonenumbers.models.PhoneNumberOperationType&text=PhoneNumberOperationType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for PhoneNumberOperationType."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -128,4 +128,4 @@ type: "class"
desc: "The PhoneNumberSearchOptions model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult"
name: "PhoneNumberSearchResult"
nameWithType: "PhoneNumberSearchResult"
summary: "The Phone<wbr>Number<wbr>Search<wbr>Result model."
summary: "The result of a phone number search operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -58,6 +58,26 @@ methods:
returns:
description: "the cost value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberCost?alt=com.azure.communication.phonenumbers.models.PhoneNumberCost&text=PhoneNumberCost\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getError()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getError()"
name: "getError()"
nameWithType: "PhoneNumberSearchResult.getError()"
summary: "Get the error property: Mapping Error Messages to Codes."
syntax: "public PhoneNumberSearchResultError getError()"
desc: "Get the error property: Mapping Error Messages to Codes."
returns:
description: "the error value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getErrorCode()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getErrorCode()"
name: "getErrorCode()"
nameWithType: "PhoneNumberSearchResult.getErrorCode()"
summary: "Get the error<wbr>Code property: The error code of the search."
syntax: "public Integer getErrorCode()"
desc: "Get the errorCode property: The error code of the search."
returns:
description: "the errorCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getPhoneNumberType()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getPhoneNumberType()"
name: "getPhoneNumberType()"
@ -98,8 +118,36 @@ methods:
returns:
description: "the searchId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.setError(com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError)"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.setError(PhoneNumberSearchResultError error)"
name: "setError(PhoneNumberSearchResultError error)"
nameWithType: "PhoneNumberSearchResult.setError(PhoneNumberSearchResultError error)"
summary: "Set the error property: Mapping Error Messages to Codes."
parameters:
- description: "the error value to set."
name: "error"
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PhoneNumberSearchResult setError(PhoneNumberSearchResultError error)"
desc: "Set the error property: Mapping Error Messages to Codes."
returns:
description: "the PhoneNumberSearchResult object itself."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResult?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResult&text=PhoneNumberSearchResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.setErrorCode(java.lang.Integer)"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.setErrorCode(Integer errorCode)"
name: "setErrorCode(Integer errorCode)"
nameWithType: "PhoneNumberSearchResult.setErrorCode(Integer errorCode)"
summary: "Set the error<wbr>Code property: The error code of the search."
parameters:
- description: "the errorCode value to set."
name: "errorCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public PhoneNumberSearchResult setErrorCode(Integer errorCode)"
desc: "Set the errorCode property: The error code of the search."
returns:
description: "the PhoneNumberSearchResult object itself."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResult?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResult&text=PhoneNumberSearchResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The PhoneNumberSearchResult model."
desc: "The result of a phone number search operation."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -0,0 +1,273 @@
### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError"
name: "PhoneNumberSearchResultError"
nameWithType: "PhoneNumberSearchResultError"
summary: "Defines values for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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#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 **PhoneNumberSearchResultError**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.PhoneNumberSearchResultError()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.PhoneNumberSearchResultError()"
name: "PhoneNumberSearchResultError()"
nameWithType: "PhoneNumberSearchResultError.PhoneNumberSearchResultError()"
syntax: "public PhoneNumberSearchResultError()"
fields:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.ALL_NUMBERS_NOT_ACQUIRED"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.ALL_NUMBERS_NOT_ACQUIRED"
name: "ALL_NUMBERS_NOT_ACQUIRED"
nameWithType: "PhoneNumberSearchResultError.ALL_NUMBERS_NOT_ACQUIRED"
summary: "Static value All<wbr>Numbers<wbr>Not<wbr>Acquired for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError ALL_NUMBERS_NOT_ACQUIRED"
desc: "Static value AllNumbersNotAcquired for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.AUTHORIZATION_DENIED"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.AUTHORIZATION_DENIED"
name: "AUTHORIZATION_DENIED"
nameWithType: "PhoneNumberSearchResultError.AUTHORIZATION_DENIED"
summary: "Static value Authorization<wbr>Denied for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError AUTHORIZATION_DENIED"
desc: "Static value AuthorizationDenied for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.BILLING_UNAVAILABLE"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.BILLING_UNAVAILABLE"
name: "BILLING_UNAVAILABLE"
nameWithType: "PhoneNumberSearchResultError.BILLING_UNAVAILABLE"
summary: "Static value Billing<wbr>Unavailable for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError BILLING_UNAVAILABLE"
desc: "Static value BillingUnavailable for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.INVALID_ADDRESS"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.INVALID_ADDRESS"
name: "INVALID_ADDRESS"
nameWithType: "PhoneNumberSearchResultError.INVALID_ADDRESS"
summary: "Static value Invalid<wbr>Address for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError INVALID_ADDRESS"
desc: "Static value InvalidAddress for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.INVALID_OFFER_MODEL"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.INVALID_OFFER_MODEL"
name: "INVALID_OFFER_MODEL"
nameWithType: "PhoneNumberSearchResultError.INVALID_OFFER_MODEL"
summary: "Static value Invalid<wbr>Offer<wbr>Model for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError INVALID_OFFER_MODEL"
desc: "Static value InvalidOfferModel for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.MISSING_ADDRESS"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.MISSING_ADDRESS"
name: "MISSING_ADDRESS"
nameWithType: "PhoneNumberSearchResultError.MISSING_ADDRESS"
summary: "Static value Missing<wbr>Address for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError MISSING_ADDRESS"
desc: "Static value MissingAddress for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NOT_ENOUGH_CREDIT"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NOT_ENOUGH_CREDIT"
name: "NOT_ENOUGH_CREDIT"
nameWithType: "PhoneNumberSearchResultError.NOT_ENOUGH_CREDIT"
summary: "Static value Not<wbr>Enough<wbr>Credit for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError NOT_ENOUGH_CREDIT"
desc: "Static value NotEnoughCredit for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NOT_ENOUGH_LICENSES"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NOT_ENOUGH_LICENSES"
name: "NOT_ENOUGH_LICENSES"
nameWithType: "PhoneNumberSearchResultError.NOT_ENOUGH_LICENSES"
summary: "Static value Not<wbr>Enough<wbr>Licenses for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError NOT_ENOUGH_LICENSES"
desc: "Static value NotEnoughLicenses for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NO_ERROR"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NO_ERROR"
name: "NO_ERROR"
nameWithType: "PhoneNumberSearchResultError.NO_ERROR"
summary: "Static value No<wbr>Error for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError NO_ERROR"
desc: "Static value NoError for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NO_WALLET"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NO_WALLET"
name: "NO_WALLET"
nameWithType: "PhoneNumberSearchResultError.NO_WALLET"
summary: "Static value No<wbr>Wallet for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError NO_WALLET"
desc: "Static value NoWallet for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NUMBERS_PARTIALLY_ACQUIRED"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.NUMBERS_PARTIALLY_ACQUIRED"
name: "NUMBERS_PARTIALLY_ACQUIRED"
nameWithType: "PhoneNumberSearchResultError.NUMBERS_PARTIALLY_ACQUIRED"
summary: "Static value Numbers<wbr>Partially<wbr>Acquired for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError NUMBERS_PARTIALLY_ACQUIRED"
desc: "Static value NumbersPartiallyAcquired for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.OUT_OF_STOCK"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.OUT_OF_STOCK"
name: "OUT_OF_STOCK"
nameWithType: "PhoneNumberSearchResultError.OUT_OF_STOCK"
summary: "Static value Out<wbr>OfStock for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError OUT_OF_STOCK"
desc: "Static value OutOfStock for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.PROVISIONING_FAILED"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.PROVISIONING_FAILED"
name: "PROVISIONING_FAILED"
nameWithType: "PhoneNumberSearchResultError.PROVISIONING_FAILED"
summary: "Static value Provisioning<wbr>Failed for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError PROVISIONING_FAILED"
desc: "Static value ProvisioningFailed for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.PURCHASE_FAILED"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.PURCHASE_FAILED"
name: "PURCHASE_FAILED"
nameWithType: "PhoneNumberSearchResultError.PURCHASE_FAILED"
summary: "Static value Purchase<wbr>Failed for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError PURCHASE_FAILED"
desc: "Static value PurchaseFailed for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.RESERVATION_EXPIRED"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.RESERVATION_EXPIRED"
name: "RESERVATION_EXPIRED"
nameWithType: "PhoneNumberSearchResultError.RESERVATION_EXPIRED"
summary: "Static value Reservation<wbr>Expired for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError RESERVATION_EXPIRED"
desc: "Static value ReservationExpired for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.UNKNOWN_ERROR_CODE"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.UNKNOWN_ERROR_CODE"
name: "UNKNOWN_ERROR_CODE"
nameWithType: "PhoneNumberSearchResultError.UNKNOWN_ERROR_CODE"
summary: "Static value Unknown<wbr>Error<wbr>Code for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError UNKNOWN_ERROR_CODE"
desc: "Static value UnknownErrorCode for PhoneNumberSearchResultError."
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.UNKNOWN_SEARCH_ERROR"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.UNKNOWN_SEARCH_ERROR"
name: "UNKNOWN_SEARCH_ERROR"
nameWithType: "PhoneNumberSearchResultError.UNKNOWN_SEARCH_ERROR"
summary: "Static value Unknown<wbr>Search<wbr>Error for Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final PhoneNumberSearchResultError UNKNOWN_SEARCH_ERROR"
desc: "Static value UnknownSearchError for PhoneNumberSearchResultError."
methods:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.fromString(java.lang.String)"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.fromString(String name)"
name: "fromString(String name)"
nameWithType: "PhoneNumberSearchResultError.fromString(String name)"
summary: "Creates or finds a Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static PhoneNumberSearchResultError fromString(String name)"
desc: "Creates or finds a PhoneNumberSearchResultError from its string representation."
returns:
description: "the corresponding PhoneNumberSearchResultError."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.values()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError.values()"
name: "values()"
nameWithType: "PhoneNumberSearchResultError.values()"
summary: "Gets known Phone<wbr>Number<wbr>Search<wbr>Result<wbr>Error values."
modifiers:
- "static"
syntax: "public static Collection<PhoneNumberSearchResultError> values()"
desc: "Gets known PhoneNumberSearchResultError values."
returns:
description: "known PhoneNumberSearchResultError values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError?alt=com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError&text=PhoneNumberSearchResultError\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for PhoneNumberSearchResultError."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -78,9 +78,11 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberType.values()"
name: "values()"
nameWithType: "PhoneNumberType.values()"
summary: "Gives a collection of Phone<wbr>Number<wbr>Type values"
modifiers:
- "static"
syntax: "public static Collection<PhoneNumberType> values()"
desc: "Gives a collection of PhoneNumberType values"
returns:
description: "known PhoneNumberType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberType?alt=com.azure.communication.phonenumbers.models.PhoneNumberType&text=PhoneNumberType\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -88,4 +90,4 @@ type: "class"
desc: "Defines values for PhoneNumberType."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -31,4 +31,4 @@ type: "class"
desc: "The PurchasePhoneNumbersResult model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.communication.phonenumbers.models.PurchasedPhoneNumber"
fullName: "com.azure.communication.phonenumbers.models.PurchasedPhoneNumber"
name: "PurchasedPhoneNumber"
nameWithType: "PurchasedPhoneNumber"
summary: "The Purchased<wbr>Phone<wbr>Number model."
summary: "Represents a purchased phone number."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -109,7 +109,7 @@ methods:
description: "the purchaseDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
type: "class"
desc: "The PurchasedPhoneNumber model."
desc: "Represents a purchased phone number."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -31,4 +31,4 @@ type: "class"
desc: "The ReleasePhoneNumberResult model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -210,9 +210,11 @@ methods:
fullName: "com.azure.communication.phonenumbers.models.ReservationStatus.values()"
name: "values()"
nameWithType: "ReservationStatus.values()"
summary: "Gives a Collection of Reservation<wbr>Status values."
modifiers:
- "static"
syntax: "public static Collection<ReservationStatus> values()"
desc: "Gives a Collection of ReservationStatus values."
returns:
description: "known ReservationStatus values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.communication.phonenumbers.models.ReservationStatus?alt=com.azure.communication.phonenumbers.models.ReservationStatus&text=ReservationStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -220,4 +222,4 @@ type: "class"
hasDeprecatedTag: true
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -5,6 +5,10 @@ name: "com.azure.communication.phonenumbers.models"
summary: "Package containing classes for PhoneNumberAdminClient."
classes:
- "com.azure.communication.phonenumbers.models.BillingFrequency"
- "com.azure.communication.phonenumbers.models.OperatorDetails"
- "com.azure.communication.phonenumbers.models.OperatorInformation"
- "com.azure.communication.phonenumbers.models.OperatorInformationResult"
- "com.azure.communication.phonenumbers.models.OperatorNumberType"
- "com.azure.communication.phonenumbers.models.PhoneNumberAdministrativeDivision"
- "com.azure.communication.phonenumbers.models.PhoneNumberAreaCode"
- "com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType"
@ -21,6 +25,7 @@ classes:
- "com.azure.communication.phonenumbers.models.PhoneNumberOperationType"
- "com.azure.communication.phonenumbers.models.PhoneNumberSearchOptions"
- "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult"
- "com.azure.communication.phonenumbers.models.PhoneNumberSearchResultError"
- "com.azure.communication.phonenumbers.models.PhoneNumberType"
- "com.azure.communication.phonenumbers.models.PurchasePhoneNumbersResult"
- "com.azure.communication.phonenumbers.models.PurchasedPhoneNumber"
@ -29,4 +34,4 @@ classes:
desc: "Package containing classes for PhoneNumberAdminClient. The phone numbers client uses Azure Communication Services to\n purchase and manage phone numbers."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -172,4 +172,4 @@ type: "class"
desc: "Asynchronous SIP Routing Client. This client contains all the operations for <xref uid=\"com.azure.communication.phonenumbers.siprouting.models.SipTrunk\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SipTrunk\"></xref> and <xref uid=\"com.azure.communication.phonenumbers.siprouting.models.SipTrunkRoute\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SipTrunkRoute\"></xref>.\n\n**Instantiating an asynchronous SIP Routing Client using connection string**\n\n```java\nSipRoutingAsyncClient sipRoutingAsyncClient = new SipRoutingClientBuilder()\n .connectionString(connectionString)\n .buildAsyncClient();\n```"
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -172,4 +172,4 @@ type: "class"
desc: "Synchronous SIP Routing Client. This client contains all the operations for <xref uid=\"com.azure.communication.phonenumbers.siprouting.models.SipTrunk\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SipTrunk\"></xref> and <xref uid=\"com.azure.communication.phonenumbers.siprouting.models.SipTrunkRoute\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SipTrunkRoute\"></xref>.\n\n**Instantiating a synchronous SIP Routing Client using connection string**\n\n```java\nSipRoutingClient sipRoutingClient = new SipRoutingClientBuilder()\n .connectionString(connectionString)\n .buildClient();\n```"
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -241,4 +241,4 @@ implements:
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.communication.phonenumbers.siprouting.SipRoutingClientBuilder?alt=com.azure.communication.phonenumbers.siprouting.SipRoutingClientBuilder&text=SipRoutingClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -82,4 +82,4 @@ implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -61,4 +61,4 @@ type: "class"
desc: "Represents a SIP trunk for routing calls. See RFC 4904."
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -109,4 +109,4 @@ type: "class"
desc: "Represents a trunk route for routing calls."
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -9,4 +9,4 @@ classes:
desc: "Package containing classes for SipRoutingAdminClient. SipRouting Service."
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -12,4 +12,4 @@ enums:
desc: "Package containing the implementations and inner classes for AzureCommunicationSIPRoutingService. SipRouting Service."
metadata: {}
package: "com.azure.communication.phonenumbers.siprouting"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Просмотреть файл

@ -4,12 +4,15 @@ fullName: "com.azure.communication.phonenumbers"
name: "com.azure.communication.phonenumbers"
summary: "Package containing the classes for AzureCommunicationPhoneNumbers."
classes:
- "com.azure.communication.phonenumbers.CodeCoverageAnnotation"
- "com.azure.communication.phonenumbers.PhoneNumbersAsyncClient"
- "com.azure.communication.phonenumbers.PhoneNumbersClient"
- "com.azure.communication.phonenumbers.PhoneNumbersClientBuilder"
enums:
- "com.azure.communication.phonenumbers.PhoneNumbersServiceVersion"
interfaces:
- "com.azure.communication.phonenumbers.CodeCoverageAnnotation.Generated"
desc: "Package containing the classes for AzureCommunicationPhoneNumbers. Azure Communication Phone Numbers Service."
metadata: {}
package: "com.azure.communication.phonenumbers"
artifact: com.azure:azure-communication-phonenumbers:1.1.0-beta.15
artifact: com.azure:azure-communication-phonenumbers:1.2.0-beta.1

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -439,6 +439,10 @@
- com.azure.communication.phonenumbers.models
- com.azure.communication.phonenumbers.siprouting
- com.azure.communication.phonenumbers.siprouting.models
- com.azure.communication.phonenumbers
- com.azure.communication.phonenumbers.models
- com.azure.communication.phonenumbers.siprouting
- com.azure.communication.phonenumbers.siprouting.models
- name: Communication Rooms
href: ~/docs-ref-services/preview/communication-rooms-readme.md
children: