Class ListExtensionDevicesParameters

java.lang.Object
com.ringcentral.definitions.ListExtensionDevicesParameters

public class ListExtensionDevicesParameters extends Object
Query parameters for operation listExtensionDevices
  • Field Details

    • page

      public Long page
      The result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1
    • perPage

      public Long perPage
      The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100
    • linePooling

      public String linePooling
      Pooling type of device - Host - a device with standalone paid phone line which can be linked to a soft client instance - Guest - a device with a linked phone line - None - a device without a phone line or with specific line (free, BLA, etc.) Enum: Host, Guest, None
    • feature

      public String feature
      Device feature Enum: BLA, CommonPhone, Intercom, Paging, HELD
    • type

      public String type
      Device type Default: HardPhone Enum: HardPhone, SoftPhone, OtherPhone, MobileDevice, BLA, Paging, WebPhone, WebRTC, Room
    • lineType

      public String lineType
      The type of phone line Enum: Unknown, Standalone, StandaloneFree, BlaPrimary, BlaSecondary
  • Constructor Details

    • ListExtensionDevicesParameters

      public ListExtensionDevicesParameters()
  • Method Details