Class ListUserRolesParameters

java.lang.Object
com.ringcentral.definitions.ListUserRolesParameters

public class ListUserRolesParameters extends Object
Query parameters for operation listUserRoles
  • Field Details

    • custom

      public Boolean custom
      Specifies whether to return custom roles or predefined roles only. If not specified, all roles are returned
    • page

      public Long page
      The result set page number (1-indexed) to return Maximum: 1000 Minimum: 1 Format: int32 Example: 1 Default: 1
    • perPage

      public Long 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
  • Constructor Details

    • ListUserRolesParameters

      public ListUserRolesParameters()
  • Method Details