Uses of Class
com.azure.communication.phonenumbers.models.PhoneNumberAreaCode
Packages that use PhoneNumberAreaCode
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
-
Uses of PhoneNumberAreaCode in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers that return types with arguments of type PhoneNumberAreaCodeModifier and TypeMethodDescriptioncom.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<PhoneNumberAreaCode>PhoneNumbersAsyncClient.listAvailableTollFreeAreaCodes(String countryCode, PhoneNumberAssignmentType assignmentType) Gets the list of the available Toll-Free area codes for a given country.com.azure.core.http.rest.PagedIterable<PhoneNumberAreaCode>PhoneNumbersClient.listAvailableTollFreeAreaCodes(String countryCode) Gets the list of the available Toll-Free area codes for a given country.com.azure.core.http.rest.PagedIterable<PhoneNumberAreaCode>PhoneNumbersClient.listAvailableTollFreeAreaCodes(String countryCode, com.azure.core.util.Context context) Gets the list of the available Toll-Free area codes for a given country.