Class OperatorInformationOptions
java.lang.Object
com.azure.communication.phonenumbers.models.OperatorInformationOptions
Represents options to modify a search request for operator information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the includeAdditionalOperatorDetails property: Includes the fields operatorDetails, numberType, and isoCountryCode in the response.setIncludeAdditionalOperatorDetails(Boolean includeAdditionalOperatorDetails) Set the includeAdditionalOperatorDetails property: Includes the fields operatorDetails, numberType, and isoCountryCode in the response.
-
Constructor Details
-
OperatorInformationOptions
public OperatorInformationOptions()
-
-
Method Details
-
isIncludeAdditionalOperatorDetails
Get the includeAdditionalOperatorDetails property: Includes the fields operatorDetails, numberType, and isoCountryCode in the response. Please note: use of this option will result in additional costs.- Returns:
- the includeAdditionalOperatorDetails value.
-
setIncludeAdditionalOperatorDetails
public OperatorInformationOptions setIncludeAdditionalOperatorDetails(Boolean includeAdditionalOperatorDetails) Set the includeAdditionalOperatorDetails property: Includes the fields operatorDetails, numberType, and isoCountryCode in the response. Please note: use of this option will result in additional costs.- Parameters:
includeAdditionalOperatorDetails- the includeAdditionalOperatorDetails value to set.- Returns:
- the OperatorInformationOptions object itself.
-