Class On_AccountSearchItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AccountSearchItems
-
public class On_AccountSearchItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AccountSearchItems()
-
Method Summary
Modifier and Type Method Description On_AccountSearchItemshasNextPage()Indicates if a next page is available or notOn_AccountSearchItemsitems(AccountSearchItems_items callBuilder)List of `AccountSearchResult` items.On_AccountSearchItemslimit()Number of results per page.On_AccountSearchItemspage()Current page number.On_AccountSearchItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_AccountSearchItems total()
Total amount of results.
-
page
public On_AccountSearchItems page()
Current page number.
-
limit
public On_AccountSearchItems limit()
Number of results per page.
-
hasNextPage
public On_AccountSearchItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_AccountSearchItems items(AccountSearchItems_items callBuilder)
List of `AccountSearchResult` items.
-
-