Class On_BrandSearchItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_BrandSearchItems
-
public class On_BrandSearchItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_BrandSearchItems()
-
Method Summary
Modifier and Type Method Description On_BrandSearchItemsedges(BrandSearchItems_edges callBuilder)List of `BrandSearchResult` edges.On_BrandSearchItemshasNextPage()Indicates if a next page is available or notOn_BrandSearchItemsitems(BrandSearchItems_items callBuilder)List of `BrandSearchResult` items.On_BrandSearchItemslimit()Number of results per page.On_BrandSearchItemspage()Current page number.On_BrandSearchItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_BrandSearchItems total()
Total amount of results.
-
page
public On_BrandSearchItems page()
Current page number.
-
limit
public On_BrandSearchItems limit()
Number of results per page.
-
hasNextPage
public On_BrandSearchItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_BrandSearchItems items(BrandSearchItems_items callBuilder)
List of `BrandSearchResult` items.
-
edges
public On_BrandSearchItems edges(BrandSearchItems_edges callBuilder)
List of `BrandSearchResult` edges.
-
-