Class OperatorDetails

java.lang.Object
com.azure.communication.phonenumbers.models.OperatorDetails

public final class OperatorDetails extends Object
Represents metadata describing the operator of a phone number.
  • Constructor Details

    • OperatorDetails

      public OperatorDetails()
  • Method Details

    • getName

      public String getName()
      Get the name property: Name of the phone operator.
      Returns:
      the name value.
    • getMobileNetworkCode

      public String getMobileNetworkCode()
      Get the mobileNetworkCode property: Mobile Network Code.
      Returns:
      the mobileNetworkCode value.
    • getMobileCountryCode

      public String getMobileCountryCode()
      Get the mobileCountryCode property: Mobile Country Code.
      Returns:
      the mobileCountryCode value.