Class DeviceDefinition

java.lang.Object
com.ringcentral.definitions.DeviceDefinition

public class DeviceDefinition extends Object
  • Field Details

    • type

      public String type
      Device type. Only "OtherPhone" and "WebRTC" device types are supported at the moment Required Enum: OtherPhone, WebRTC
    • phoneInfo

      public DeviceDefinitionPhoneInfo phoneInfo
      Assign a specific phone number Required
    • contactCenterPhoneLine

      public Boolean contactCenterPhoneLine
      The option that indicates whether Contact Center Phone Line should be created or not
  • Constructor Details

    • DeviceDefinition

      public DeviceDefinition()
  • Method Details