Class On_LibraryItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryItems
-
public class On_LibraryItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryItems()
-
Method Summary
Modifier and Type Method Description On_LibraryItemshasNextPage()Indicates if a next page is available or notOn_LibraryItemsitems(LibraryItems_items callBuilder)List of type `Library`On_LibraryItemslimit()Number of results per page.On_LibraryItemspage()Current page number.On_LibraryItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_LibraryItems total()
Total amount of results.
-
page
public On_LibraryItems page()
Current page number.
-
limit
public On_LibraryItems limit()
Number of results per page.
-
hasNextPage
public On_LibraryItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_LibraryItems items(LibraryItems_items callBuilder)
List of type `Library`
-
-