Package com.ringcentral.definitions
Class ExtensionCallerIdInfo
java.lang.Object
com.ringcentral.definitions.ExtensionCallerIdInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf `true`, then user first name and last name will be used as caller ID when making outbound calls from extensionIf `true`, then extension number will be used as caller ID when making internal callsCanonical URL of a caller ID resource Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyDevice
(CallerIdByDevice[] byDevice) byFeature
(CallerIdByFeature[] byFeature) extensionNameForOutboundCalls
(Boolean extensionNameForOutboundCalls) extensionNumberForInternalCalls
(Boolean extensionNumberForInternalCalls)
-
Field Details
-
uri
Canonical URL of a caller ID resource Format: uri -
byDevice
-
byFeature
-
extensionNameForOutboundCalls
If `true`, then user first name and last name will be used as caller ID when making outbound calls from extension -
extensionNumberForInternalCalls
If `true`, then extension number will be used as caller ID when making internal calls
-
-
Constructor Details
-
ExtensionCallerIdInfo
public ExtensionCallerIdInfo()
-
-
Method Details
-
uri
-
byDevice
-
byFeature
-
extensionNameForOutboundCalls
-
extensionNumberForInternalCalls
public ExtensionCallerIdInfo extensionNumberForInternalCalls(Boolean extensionNumberForInternalCalls)
-