Package com.ringcentral.definitions
Class ListWirelessPointsParameters
java.lang.Object
com.ringcentral.definitions.ListWirelessPointsParameters
Query parameters for operation listWirelessPoints
-
Field Summary
FieldsModifier and TypeFieldDescriptionComma-separated list of fields to order results prefixed by '+' sign (ascending order) or '-' sign (descending order).The default sorting is by `name`Indicates the page number to retrieve.Indicates a page size (number of items).Filters entries by the specified substring (search by chassis ID, switch name or address) The characters range is 0-64 (if empty the filter is ignored)String[]
Internal identifier of a site for filtering. -
Constructor Summary
Constructors -
Method Summary
-
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. -
searchString
Filters entries by the specified substring (search by chassis ID, switch name or address) The characters range is 0-64 (if empty the filter is ignored) -
orderBy
Comma-separated list of fields to order results prefixed by '+' sign (ascending order) or '-' sign (descending order).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 the page number to retrieve. Only positive number values are supported Format: int32 Default: 1
-
-
Constructor Details
-
ListWirelessPointsParameters
public ListWirelessPointsParameters()
-
-
Method Details
-
siteId
-
searchString
-
orderBy
-
perPage
-
page
-