Class On_LibraryPageCollectionItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryPageCollectionItems
-
public class On_LibraryPageCollectionItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryPageCollectionItems()
-
Method Summary
Modifier and Type Method Description On_LibraryPageCollectionItemshasNextPage()Indicates if a next page is available or notOn_LibraryPageCollectionItemsitems(LibraryPageCollectionItems_items callBuilder)List of `LibraryPage` `Collection` items.On_LibraryPageCollectionItemslimit()Number of results per page.On_LibraryPageCollectionItemspage()Current page number.On_LibraryPageCollectionItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_LibraryPageCollectionItems total()
Total amount of results.
-
page
public On_LibraryPageCollectionItems page()
Current page number.
-
limit
public On_LibraryPageCollectionItems limit()
Number of results per page.
-
hasNextPage
public On_LibraryPageCollectionItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_LibraryPageCollectionItems items(LibraryPageCollectionItems_items callBuilder)
List of `LibraryPage` `Collection` items.
-
-