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

106 строки
7.5 KiB
YAML

### YamlMime:JavaType
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."
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 **PhoneNumberSearchResult**"
constructors:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.PhoneNumberSearchResult()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.PhoneNumberSearchResult()"
name: "PhoneNumberSearchResult()"
nameWithType: "PhoneNumberSearchResult.PhoneNumberSearchResult()"
syntax: "public PhoneNumberSearchResult()"
methods:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getAssignmentType()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getAssignmentType()"
name: "getAssignmentType()"
nameWithType: "PhoneNumberSearchResult.getAssignmentType()"
summary: "Get the assignment<wbr>Type property: Phone number's assignment type."
syntax: "public PhoneNumberAssignmentType getAssignmentType()"
desc: "Get the assignmentType property: Phone number's assignment type."
returns:
description: "the assignmentType value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType?alt=com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType&text=PhoneNumberAssignmentType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getCapabilities()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getCapabilities()"
name: "getCapabilities()"
nameWithType: "PhoneNumberSearchResult.getCapabilities()"
summary: "Get the capabilities property: Capabilities of a phone number."
syntax: "public PhoneNumberCapabilities getCapabilities()"
desc: "Get the capabilities property: Capabilities of a phone number."
returns:
description: "the capabilities value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.PhoneNumberCapabilities?alt=com.azure.communication.phonenumbers.models.PhoneNumberCapabilities&text=PhoneNumberCapabilities\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getCost()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getCost()"
name: "getCost()"
nameWithType: "PhoneNumberSearchResult.getCost()"
summary: "Get the cost property: The incurred cost for a single phone number."
syntax: "public PhoneNumberCost getCost()"
desc: "Get the cost property: The incurred cost for a single phone number."
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.getPhoneNumberType()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getPhoneNumberType()"
name: "getPhoneNumberType()"
nameWithType: "PhoneNumberSearchResult.getPhoneNumberType()"
summary: "Get the phone<wbr>Number<wbr>Type property: The phone number's type, e.<wbr>g."
syntax: "public PhoneNumberType getPhoneNumberType()"
desc: "Get the phoneNumberType property: The phone number's type, e.g. geographic, or tollFree."
returns:
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\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getPhoneNumbers()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getPhoneNumbers()"
name: "getPhoneNumbers()"
nameWithType: "PhoneNumberSearchResult.getPhoneNumbers()"
summary: "Get the phone<wbr>Numbers property: The phone numbers that are available."
syntax: "public List<String> getPhoneNumbers()"
desc: "Get the phoneNumbers property: The phone numbers that are available. Can be fewer than the desired search quantity."
returns:
description: "the phoneNumbers value."
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;"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getSearchExpiresBy()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getSearchExpiresBy()"
name: "getSearchExpiresBy()"
nameWithType: "PhoneNumberSearchResult.getSearchExpiresBy()"
summary: "Get the search<wbr>Expires<wbr>By property: The date that this search result expires and phone numbers are no longer on hold."
syntax: "public OffsetDateTime getSearchExpiresBy()"
desc: "Get the searchExpiresBy property: The date that this search result expires and phone numbers are no longer on hold. A search result expires in less than 15min, e.g. 2020-11-19T16:31:49.048Z."
returns:
description: "the searchExpiresBy value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getSearchId()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberSearchResult.getSearchId()"
name: "getSearchId()"
nameWithType: "PhoneNumberSearchResult.getSearchId()"
summary: "Get the search<wbr>Id property: The search id."
syntax: "public String getSearchId()"
desc: "Get the searchId property: The search id."
returns:
description: "the searchId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The PhoneNumberSearchResult model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.1.16