Package com.ringcentral.definitions
Class DialingDetails
java.lang.Object
com.ringcentral.definitions.DialingDetails
Absent if the request's parameter `resultContent.includeDialingDetails` value is set to `false`.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAbsent if the response's attribute `results.originalString` value doesn't contain an outbound call prefix.Absent if the response's attribute `results.originalString` value doesn't contain a service code.Absent if the response's attribute `results.originalString` value doesn't contain a special prefix. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoutboundCallPrefix(String outboundCallPrefix) serviceCode(DialingDetailsServiceCode serviceCode) specialPrefix(DialingDetailsSpecialPrefix specialPrefix)
-
Field Details
-
serviceCode
Absent if the response's attribute `results.originalString` value doesn't contain a service code. -
outboundCallPrefix
Absent if the response's attribute `results.originalString` value doesn't contain an outbound call prefix. Example: 9 -
specialPrefix
Absent if the response's attribute `results.originalString` value doesn't contain a special prefix.
-
-
Constructor Details
-
DialingDetails
public DialingDetails()
-
-
Method Details
-
serviceCode
-
outboundCallPrefix
-
specialPrefix
-