Package com.ringcentral.definitions
Class ListDevicesAutomaticLocationUpdatesParameters
java.lang.Object
com.ringcentral.definitions.ListDevicesAutomaticLocationUpdatesParameters
Query parameters for operation listDevicesAutomaticLocationUpdates
-
Field Summary
FieldsModifier and TypeFieldDescriptionFilters devices which support HELD protocolFilters entries by their status of Automatic Location Updates featureInternal identifier of a device model for filtering.Comma-separated list of fields to order results prefixed by plus sign '+' (ascending order) or minus sign '-' (descending order).Indicates a page number to retrieve.Indicates a page size (number of items).Filters entries which have device name or model name containing the mentioned substring.String[]
Internal identifier of a site for filtering. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompatibleOnly
(Boolean compatibleOnly) featureEnabled
(Boolean featureEnabled) searchString
(String searchString)
-
Field Details
-
siteId
Internal identifier of a site for filtering. To indicate company main site `main-site` value should be specified. Supported only if multi-site feature is enabled for the account. Multiple values are supported. -
featureEnabled
Filters entries by their status of Automatic Location Updates feature -
modelId
Internal identifier of a device model for filtering. Multiple values are supported -
compatibleOnly
Filters devices which support HELD protocol -
searchString
Filters entries which have device name or model name containing the mentioned substring. The value should be split by spaces; the range is 0 - 64 characters, not case-sensitive. If empty the filter is ignored -
orderBy
Comma-separated list of fields to order results prefixed by plus sign '+' (ascending order) or minus sign '-' (descending order). Supported values: 'name', 'modelName', 'siteName', 'featureEnabled'. The default sorting is by `name` -
perPage
Indicates a page size (number of items). The values supported: `Max` or numeric value. If not specified, 100 records are returned per one page Format: int32 -
page
Indicates a page number to retrieve. Only positive number values are supported Format: int32 Default: 1
-
-
Constructor Details
-
ListDevicesAutomaticLocationUpdatesParameters
public ListDevicesAutomaticLocationUpdatesParameters()
-
-
Method Details
-
siteId
-
featureEnabled
-
modelId
-
compatibleOnly
-
searchString
-
orderBy
-
perPage
-
page
-