Package com.ringcentral.definitions
Class ListAutomaticLocationUpdatesUsersParameters
java.lang.Object
com.ringcentral.definitions.ListAutomaticLocationUpdatesUsersParameters
Query parameters for operation listAutomaticLocationUpdatesUsers
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
Department name to filter the users.Filters entries by their status of Automatic Location Updates featureComma-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 containing the specified substring in user name, extension or department.String[]
Internal identifier of a site for filtering.String[]
Extension type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondepartment
(String[] department) featureEnabled
(Boolean featureEnabled) searchString
(String searchString)
-
Field Details
-
type
Extension type. Multiple values are supported Enum: User, Limited -
searchString
Filters entries containing the specified substring in user name, extension or department. The characters range is 0-64; not case-sensitive. If empty then the filter is ignored -
department
Department name to filter the users. The value range is 0-64; not case-sensitive. If not specified then the parameter is ignored. Multiple values are supported -
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 -
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
-
ListAutomaticLocationUpdatesUsersParameters
public ListAutomaticLocationUpdatesUsersParameters()
-
-
Method Details
-
type
-
searchString
-
department
-
siteId
-
featureEnabled
-
orderBy
-
perPage
-
page
-