Class NumberDetails

java.lang.Object
com.ringcentral.definitions.NumberDetails

public class NumberDetails extends Object
Absent if the request's parameter `resultContent.includeNumberDetails` value is set to `false`.
  • Field Details

    • siteCode

      public String siteCode
      Absent if the request's parameter `context.siteCode` value is set to `null`. Example: 10
    • shortExtensionNumber

      public String shortExtensionNumber
      Absent if the request's parameter `context.siteCode` value is set to `null`. Example: 303
    • extensionNumber

      public String extensionNumber
      Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode`, `SpecialService`, `Regular`, `TollFree` and `ShortCode`. Example: 10303
    • specialService

      public NumberDetailsSpecialService specialService
      Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode`, `Extension`, `Regular`, `TollFree`, `ShortCode` and `Ambiguous`.
    • country

      public CountryContext country
    • nationalDestinationCode

      public String nationalDestinationCode
      Absent if the response's attribute `results.originalString` value doesn't contain a national destination code.
    • areaCode

      public String areaCode
      Absent if the response's attribute `results.originalString` value doesn't contain an area code. Example: 650
    • regionalDestinationCode

      public String regionalDestinationCode
      Absent if the response's attribute `results.originalString` value doesn't contain a regional destination code.
    • allocationBlockCode

      public String allocationBlockCode
      Absent if the response's attribute `results.originalString` value doesn't contain an allocation block code.
    • subscriberNumber

      public String subscriberNumber
      Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode` and `Extension`. Example: 5558275
    • subAddress

      public String subAddress
      Absent if the response's attribute `results.originalString` value doesn't contain a sub-address. Example: 1019
    • dtmfPostfix

      public String dtmfPostfix
      Absent if the response's attribute `results.originalString` value doesn't contain a DTMF postfix. Example: ,,,1,3,1,
    • sipPostfix

      public String sipPostfix
      Absent if the response's attribute `results.originalString` value doesn't contain a SIP postfix. Example: @sip.ringcentral.com
    • probablyMasked

      public Boolean probablyMasked
      Absent if the request's parameter `context.maskedPhoneNumbersAllowed` value is set to `false`.
    • status

      public String status
      Absent for the `results.category` response's attribute values: `Unknown`, `SpecialService`, `Extension`, `TollFree`, `ShortCode` and `Ambiguous`. Example: Valid Enum: Valid, Possible, Invalid
  • Constructor Details

    • NumberDetails

      public NumberDetails()
  • Method Details