Class On_GuidelineItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_GuidelineItems
-
public class On_GuidelineItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_GuidelineItems()
-
Method Summary
Modifier and Type Method Description On_GuidelineItemshasNextPage()Indicates if a next page is available or notOn_GuidelineItemsitems(GuidelineItems_items callBuilder)List of `Guideline` type projects.On_GuidelineItemslimit()Number of results per page.On_GuidelineItemspage()Current page number.On_GuidelineItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_GuidelineItems total()
Total amount of results.
-
page
public On_GuidelineItems page()
Current page number.
-
limit
public On_GuidelineItems limit()
Number of results per page.
-
hasNextPage
public On_GuidelineItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_GuidelineItems items(GuidelineItems_items callBuilder)
List of `Guideline` type projects.
-
-