Package com.ringcentral.definitions
Class ListExtensionDevicesParameters
java.lang.Object
com.ringcentral.definitions.ListExtensionDevicesParameters
Query parameters for operation listExtensionDevices
-
Field Summary
FieldsModifier and TypeFieldDescriptionDevice feature Enum: BLA, CommonPhone, Intercom, Paging, HELDPooling 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, NoneThe type of phone line Enum: Unknown, Standalone, StandaloneFree, BlaPrimary, BlaSecondaryThe result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1The number of items per page.Device type Default: HardPhone Enum: HardPhone, SoftPhone, OtherPhone, MobileDevice, BLA, Paging, WebPhone, WebRTC, Room -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
page
The result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1 -
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
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
Device feature Enum: BLA, CommonPhone, Intercom, Paging, HELD -
type
Device type Default: HardPhone Enum: HardPhone, SoftPhone, OtherPhone, MobileDevice, BLA, Paging, WebPhone, WebRTC, Room -
lineType
The type of phone line Enum: Unknown, Standalone, StandaloneFree, BlaPrimary, BlaSecondary
-
-
Constructor Details
-
ListExtensionDevicesParameters
public ListExtensionDevicesParameters()
-
-
Method Details
-
page
-
perPage
-
linePooling
-
feature
-
type
-
lineType
-