Class On_CollectionItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CollectionItems
-
public class On_CollectionItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CollectionItems()
-
Method Summary
Modifier and Type Method Description On_CollectionItemshasNextPage()Indicates if a next page is available or notOn_CollectionItemsitems(CollectionItems_items callBuilder)List of `Collection` items.On_CollectionItemslimit()Number of results per page.On_CollectionItemspage()Current page number.On_CollectionItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_CollectionItems total()
Total amount of results.
-
page
public On_CollectionItems page()
Current page number.
-
limit
public On_CollectionItems limit()
Number of results per page.
-
hasNextPage
public On_CollectionItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_CollectionItems items(CollectionItems_items callBuilder)
List of `Collection` items.
-
-