Package com.ringcentral.definitions
Class ListPermissionsParameters
java.lang.Object
com.ringcentral.definitions.ListPermissionsParameters
Query parameters for operation listPermissions
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies whether to return only assignable permissionsThe result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1The number of items per page.Internal identifier of a service plan -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignable
(Boolean assignable) servicePlanId
(String servicePlanId)
-
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 -
assignable
Specifies whether to return only assignable permissions -
servicePlanId
Internal identifier of a service plan
-
-
Constructor Details
-
ListPermissionsParameters
public ListPermissionsParameters()
-
-
Method Details
-
page
-
perPage
-
assignable
-
servicePlanId
-