Uses of Class
com.azure.communication.phonenumbers.models.OperatorInformationOptions
Packages that use OperatorInformationOptions
Package
Description
Package containing the classes for AzureCommunicationPhoneNumbers.
Package containing classes for PhoneNumberAdminClient.
-
Uses of OperatorInformationOptions in com.azure.communication.phonenumbers
Methods in com.azure.communication.phonenumbers with parameters of type OperatorInformationOptionsModifier and TypeMethodDescriptionMono<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. -
Uses of OperatorInformationOptions in com.azure.communication.phonenumbers.models
Methods in com.azure.communication.phonenumbers.models that return OperatorInformationOptionsModifier and TypeMethodDescriptionOperatorInformationOptions.setIncludeAdditionalOperatorDetails(Boolean includeAdditionalOperatorDetails) Set the includeAdditionalOperatorDetails property: Includes the fields operatorDetails, numberType, and isoCountryCode in the response.