Class OperatorDetails
java.lang.Object
com.azure.communication.phonenumbers.models.OperatorDetails
Represents metadata describing the operator of a phone number.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the mobileCountryCode property: Mobile Country Code.Get the mobileNetworkCode property: Mobile Network Code.getName()Get the name property: Name of the phone operator.
-
Constructor Details
-
OperatorDetails
public OperatorDetails()
-
-
Method Details
-
getName
Get the name property: Name of the phone operator.- Returns:
- the name value.
-
getMobileNetworkCode
Get the mobileNetworkCode property: Mobile Network Code.- Returns:
- the mobileNetworkCode value.
-
getMobileCountryCode
Get the mobileCountryCode property: Mobile Country Code.- Returns:
- the mobileCountryCode value.
-