Uses of Class
com.azure.communication.phonenumbers.models.PhoneNumberSearchOptions
Packages that use PhoneNumberSearchOptions
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
Package containing classes for PhoneNumberAdminClient.
-
Uses of PhoneNumberSearchOptions in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers with parameters of type PhoneNumberSearchOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<PhoneNumberOperation,PhoneNumberSearchResult> PhoneNumbersAsyncClient.beginSearchAvailablePhoneNumbers(String countryCode, PhoneNumberType phoneNumberType, PhoneNumberAssignmentType assignmentType, PhoneNumberCapabilities capabilities, PhoneNumberSearchOptions searchOptions) Starts the search for available phone numbers to purchase.com.azure.core.util.polling.SyncPoller<PhoneNumberOperation,PhoneNumberSearchResult> PhoneNumbersClient.beginSearchAvailablePhoneNumbers(String countryCode, PhoneNumberType phoneNumberType, PhoneNumberAssignmentType assignmentType, PhoneNumberCapabilities capabilities, PhoneNumberSearchOptions searchOptions, com.azure.core.util.Context context) Starts the search for available phone numbers to purchase. -
Uses of PhoneNumberSearchOptions in com.azure.communication.phonenumbers.models
Methods in com.azure.communication.phonenumbers.models that return PhoneNumberSearchOptionsModifier and TypeMethodDescriptionPhoneNumberSearchOptions.setAdministrativeDivision(String administrativeDivision) Sets the administrative division property.PhoneNumberSearchOptions.setAreaCode(String areaCode) Sets the area code property.PhoneNumberSearchOptions.setLocality(String locality) Sets the locality property.PhoneNumberSearchOptions.setQuantity(Integer quantity) Sets the quantity property.