Class ExtensionCallerIdInfo

java.lang.Object
com.ringcentral.definitions.ExtensionCallerIdInfo

public class ExtensionCallerIdInfo extends Object
  • Field Details

    • uri

      public String uri
      Canonical URL of a caller ID resource Format: uri
    • byDevice

      public CallerIdByDevice[] byDevice
    • byFeature

      public CallerIdByFeature[] byFeature
    • extensionNameForOutboundCalls

      public Boolean extensionNameForOutboundCalls
      If `true`, then user first name and last name will be used as caller ID when making outbound calls from extension
    • extensionNumberForInternalCalls

      public Boolean extensionNumberForInternalCalls
      If `true`, then extension number will be used as caller ID when making internal calls
  • Constructor Details

    • ExtensionCallerIdInfo

      public ExtensionCallerIdInfo()
  • Method Details