Uses of Class
com.azure.communication.phonenumbers.models.PhoneNumberAssignmentType
Packages that use PhoneNumberAssignmentType
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
Package containing classes for PhoneNumberAdminClient.
-
Uses of PhoneNumberAssignmentType in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers with parameters of type PhoneNumberAssignmentTypeModifier 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<PhoneNumberAreaCode>PhoneNumbersAsyncClient.listAvailableGeographicAreaCodes(String countryCode, PhoneNumberAssignmentType assignmentType, String locality, String administrativeDivision) Gets the list of the available Geographic area codes for a given country and locality.com.azure.core.http.rest.PagedIterable<PhoneNumberAreaCode>PhoneNumbersClient.listAvailableGeographicAreaCodes(String countryCode, PhoneNumberAssignmentType assignmentType, String locality, String administrativeDivision) Gets the list of the available Geographic area codes for a given country and locality.com.azure.core.http.rest.PagedIterable<PhoneNumberAreaCode>PhoneNumbersClient.listAvailableGeographicAreaCodes(String countryCode, PhoneNumberAssignmentType assignmentType, String locality, String administrativeDivision, com.azure.core.util.Context context) Gets the list of the available Geographic area codes for a given country and locality.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.com.azure.core.http.rest.PagedFlux<PhoneNumberAreaCode>PhoneNumbersAsyncClient.listAvailableTollFreeAreaCodes(String countryCode, PhoneNumberAssignmentType assignmentType) Gets the list of the available Toll-Free area codes for a given country. -
Uses of PhoneNumberAssignmentType in com.azure.communication.phonenumbers.models
Fields in com.azure.communication.phonenumbers.models declared as PhoneNumberAssignmentTypeModifier and TypeFieldDescriptionstatic final PhoneNumberAssignmentTypePhoneNumberAssignmentType.APPLICATIONStatic value application for PhoneNumberAssignmentType.static final PhoneNumberAssignmentTypePhoneNumberAssignmentType.PERSONStatic value person for PhoneNumberAssignmentType.Methods in com.azure.communication.phonenumbers.models that return PhoneNumberAssignmentTypeModifier and TypeMethodDescriptionstatic PhoneNumberAssignmentTypePhoneNumberAssignmentType.fromString(String name) Creates or finds a PhoneNumberAssignmentType from its string representation.PhoneNumberOffering.getAssignmentType()Get the assignmentType property: Represents the assignment type of the offering.PhoneNumberSearchResult.getAssignmentType()Get the assignmentType property: Phone number's assignment type.PurchasedPhoneNumber.getAssignmentType()Get the assignmentType property: The assignment type of the phone number.Methods in com.azure.communication.phonenumbers.models that return types with arguments of type PhoneNumberAssignmentTypeModifier and TypeMethodDescriptionstatic Collection<PhoneNumberAssignmentType>PhoneNumberAssignmentType.values()Gives a collestion ov PhoneNumberAssignmentType