Package com.ringcentral.definitions
Class ExtensionCallerIdInfoRequest
java.lang.Object
com.ringcentral.definitions.ExtensionCallerIdInfoRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf `true`, then the 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
(CallerIdByDeviceRequest[] byDevice) byFeature
(CallerIdByFeatureRequest[] 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 the 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
-
ExtensionCallerIdInfoRequest
public ExtensionCallerIdInfoRequest()
-
-
Method Details
-
uri
-
byDevice
-
byFeature
-
extensionNameForOutboundCalls
public ExtensionCallerIdInfoRequest extensionNameForOutboundCalls(Boolean extensionNameForOutboundCalls) -
extensionNumberForInternalCalls
public ExtensionCallerIdInfoRequest extensionNumberForInternalCalls(Boolean extensionNumberForInternalCalls)
-