Uses of Class
com.azure.communication.phonenumbers.models.PhoneNumberType
Packages that use PhoneNumberType
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
Package containing classes for PhoneNumberAdminClient.
-
Uses of PhoneNumberType in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers with parameters of type PhoneNumberTypeModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<PhoneNumberOperation,PhoneNumberSearchResult> PhoneNumbersAsyncClient.beginSearchAvailablePhoneNumbers(String countryCode, PhoneNumberType phoneNumberType, PhoneNumberAssignmentType assignmentType, PhoneNumberCapabilities capabilities) Starts the search for available phone numbers to purchase.com.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) 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.com.azure.core.http.rest.PagedFlux<PhoneNumberOffering>PhoneNumbersAsyncClient.listAvailableOfferings(String countryCode, PhoneNumberType phoneNumberType, PhoneNumberAssignmentType assignmentType) Gets the list of the available phone number offerings for the given country.com.azure.core.http.rest.PagedIterable<PhoneNumberOffering>PhoneNumbersClient.listAvailableOfferings(String countryCode, PhoneNumberType phoneNumberType, PhoneNumberAssignmentType assignmentType) Gets the list of the available phone number offerings for the given country.com.azure.core.http.rest.PagedIterable<PhoneNumberOffering>PhoneNumbersClient.listAvailableOfferings(String countryCode, PhoneNumberType phoneNumberType, PhoneNumberAssignmentType assignmentType, com.azure.core.util.Context context) Gets the list of the available phone number offerings for the given country. -
Uses of PhoneNumberType in com.azure.communication.phonenumbers.models
Fields in com.azure.communication.phonenumbers.models declared as PhoneNumberTypeModifier and TypeFieldDescriptionstatic final PhoneNumberTypePhoneNumberType.GEOGRAPHICStatic value geographic for PhoneNumberType.static final PhoneNumberTypePhoneNumberType.TOLL_FREEStatic value tollFree for PhoneNumberType.Methods in com.azure.communication.phonenumbers.models that return PhoneNumberTypeModifier and TypeMethodDescriptionstatic PhoneNumberTypePhoneNumberType.fromString(String name) Creates or finds a PhoneNumberType from its string representation.PhoneNumberOffering.getPhoneNumberType()Get the phoneNumberType property: Represents the number type of the offering.PhoneNumberSearchResult.getPhoneNumberType()Get the phoneNumberType property: The phone number's type, e.g.PurchasedPhoneNumber.getPhoneNumberType()Get the phoneNumberType property: The phone number's type, e.g.Methods in com.azure.communication.phonenumbers.models that return types with arguments of type PhoneNumberTypeModifier and TypeMethodDescriptionstatic Collection<PhoneNumberType>PhoneNumberType.values()Gives a collection of PhoneNumberType values