Uses of Class
com.azure.communication.phonenumbers.models.OperatorInformationResult
Packages that use OperatorInformationResult
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
-
Uses of OperatorInformationResult in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers that return OperatorInformationResultModifier and TypeMethodDescriptionPhoneNumbersClient.searchOperatorInformation(List<String> phoneNumbers) Searches for operator information for a given list of phone numbers.Methods in com.azure.communication.phonenumbers that return types with arguments of type OperatorInformationResultModifier and TypeMethodDescriptionPhoneNumbersAsyncClient.searchOperatorInformation(List<String> phoneNumbers) Searches for operator information for a given list of phone numbers.Mono<com.azure.core.http.rest.Response<OperatorInformationResult>>PhoneNumbersAsyncClient.searchOperatorInformationWithResponse(List<String> phoneNumbers, OperatorInformationOptions requestOptions) Searches for operator information for a given list of phone numbers.com.azure.core.http.rest.Response<OperatorInformationResult>PhoneNumbersClient.searchOperatorInformationWithResponse(List<String> phoneNumbers, OperatorInformationOptions requestOptions, com.azure.core.util.Context context) Searches for operator information for a given list of phone numbers.