Class ParsePhoneNumberResponseV2Results

java.lang.Object
com.ringcentral.definitions.ParsePhoneNumberResponseV2Results

public class ParsePhoneNumberResponseV2Results extends Object
  • Field Details

    • dialingDetails

      public DialingDetails dialingDetails
    • numberDetails

      public NumberDetails numberDetails
    • formats

      public Object[] formats
      Contains several items for the `results.category` response's attribute value `Ambiguous`, where each item represents formatting for a specific category from the list of categories between which ambiguity happened, e.g. `Extension` and `Regular`, or `Extension` and `ShortCode`.

      Absent if the request's parameter `resultContent.includeFormats` value is set to `false`.

  • Constructor Details

    • ParsePhoneNumberResponseV2Results

      public ParsePhoneNumberResponseV2Results()
  • Method Details