Class OperatorInformationResult

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

public final class OperatorInformationResult extends Object
Represents a search result containing format and operator information associated with the requested phone numbers.
  • Constructor Details

    • OperatorInformationResult

      public OperatorInformationResult()
  • Method Details

    • getValues

      public List<OperatorInformation> getValues()
      Get the values property: Results of a search. This array will have one entry per requested phone number which will contain the relevant operator information.
      Returns:
      the values value.