Class DeviceModelInfo

java.lang.Object
com.ringcentral.definitions.DeviceModelInfo

public class DeviceModelInfo extends Object
HardPhone model information
  • Field Details

    • id

      public String id
      Addon identifier. For HardPhones of certain types, which are compatible with this add-on identifier
    • name

      public String name
      Device name
    • addons

      public DeviceAddonInfo[] addons
      Add-ons description Required
    • features

      public String[] features
      Device feature or multiple features supported Enum: BLA, Intercom, Paging, HELD
  • Constructor Details

    • DeviceModelInfo

      public DeviceModelInfo()
  • Method Details