Class On_LibraryPageItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryPageItems
-
public class On_LibraryPageItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryPageItems()
-
Method Summary
Modifier and Type Method Description On_LibraryPageItemshasNextPage()Indicates if a next page is available or notOn_LibraryPageItemsitems(LibraryPageItems_items callBuilder)List of type `LibraryPage`.On_LibraryPageItemslimit()Number of results per page.On_LibraryPageItemspage()Current page number.On_LibraryPageItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_LibraryPageItems total()
Total amount of results.
-
page
public On_LibraryPageItems page()
Current page number.
-
limit
public On_LibraryPageItems limit()
Number of results per page.
-
hasNextPage
public On_LibraryPageItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_LibraryPageItems items(LibraryPageItems_items callBuilder)
List of type `LibraryPage`.
-
-