Class On_UserGroupItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_UserGroupItems
-
public class On_UserGroupItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_UserGroupItems()
-
Method Summary
Modifier and Type Method Description On_UserGroupItemshasNextPage()Indicates if a next page is available or notOn_UserGroupItemsitems(UserGroupItems_items callBuilder)List of type `UserGroup`.On_UserGroupItemslimit()Number of results per page.On_UserGroupItemspage()Current page number.On_UserGroupItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_UserGroupItems total()
Total amount of results.
-
page
public On_UserGroupItems page()
Current page number.
-
limit
public On_UserGroupItems limit()
Number of results per page.
-
hasNextPage
public On_UserGroupItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_UserGroupItems items(UserGroupItems_items callBuilder)
List of type `UserGroup`.
-
-