Package com.ringcentral.definitions
Class NumberDetails
java.lang.Object
com.ringcentral.definitions.NumberDetails
Absent if the request's parameter `resultContent.includeNumberDetails` value is set to `false`.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAbsent if the response's attribute `results.originalString` value doesn't contain an allocation block code.Absent if the response's attribute `results.originalString` value doesn't contain an area code.Absent if the response's attribute `results.originalString` value doesn't contain a DTMF postfix.Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode`, `SpecialService`, `Regular`, `TollFree` and `ShortCode`.Absent if the response's attribute `results.originalString` value doesn't contain a national destination code.Absent if the request's parameter `context.maskedPhoneNumbersAllowed` value is set to `false`.Absent if the response's attribute `results.originalString` value doesn't contain a regional destination code.Absent if the request's parameter `context.siteCode` value is set to `null`.Absent if the response's attribute `results.originalString` value doesn't contain a SIP postfix.Absent if the request's parameter `context.siteCode` value is set to `null`.Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode`, `Extension`, `Regular`, `TollFree`, `ShortCode` and `Ambiguous`.Absent for the `results.category` response's attribute values: `Unknown`, `SpecialService`, `Extension`, `TollFree`, `ShortCode` and `Ambiguous`.Absent if the response's attribute `results.originalString` value doesn't contain a sub-address.Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode` and `Extension`. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocationBlockCode(String allocationBlockCode) country(CountryContext country) dtmfPostfix(String dtmfPostfix) extensionNumber(String extensionNumber) nationalDestinationCode(String nationalDestinationCode) probablyMasked(Boolean probablyMasked) regionalDestinationCode(String regionalDestinationCode) shortExtensionNumber(String shortExtensionNumber) sipPostfix(String sipPostfix) specialService(NumberDetailsSpecialService specialService) subAddress(String subAddress) subscriberNumber(String subscriberNumber)
-
Field Details
-
siteCode
Absent if the request's parameter `context.siteCode` value is set to `null`. Example: 10 -
shortExtensionNumber
Absent if the request's parameter `context.siteCode` value is set to `null`. Example: 303 -
extensionNumber
Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode`, `SpecialService`, `Regular`, `TollFree` and `ShortCode`. Example: 10303 -
specialService
Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode`, `Extension`, `Regular`, `TollFree`, `ShortCode` and `Ambiguous`. -
country
-
nationalDestinationCode
Absent if the response's attribute `results.originalString` value doesn't contain a national destination code. -
areaCode
Absent if the response's attribute `results.originalString` value doesn't contain an area code. Example: 650 -
regionalDestinationCode
Absent if the response's attribute `results.originalString` value doesn't contain a regional destination code. -
allocationBlockCode
Absent if the response's attribute `results.originalString` value doesn't contain an allocation block code. -
subscriberNumber
Absent for the `results.category` response's attribute values: `Unknown`, `ServiceCode` and `Extension`. Example: 5558275 -
subAddress
Absent if the response's attribute `results.originalString` value doesn't contain a sub-address. Example: 1019 -
dtmfPostfix
Absent if the response's attribute `results.originalString` value doesn't contain a DTMF postfix. Example: ,,,1,3,1, -
sipPostfix
Absent if the response's attribute `results.originalString` value doesn't contain a SIP postfix. Example: @sip.ringcentral.com -
probablyMasked
Absent if the request's parameter `context.maskedPhoneNumbersAllowed` value is set to `false`. -
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
-
siteCode
-
shortExtensionNumber
-
extensionNumber
-
specialService
-
country
-
nationalDestinationCode
-
areaCode
-
regionalDestinationCode
-
allocationBlockCode
-
subscriberNumber
-
subAddress
-
dtmfPostfix
-
sipPostfix
-
probablyMasked
-
status
-