Class On_WebhookItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_WebhookItems
-
public class On_WebhookItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_WebhookItems()
-
Method Summary
Modifier and Type Method Description On_WebhookItemshasNextPage()Indicates if a next page is available or notOn_WebhookItemsitems(WebhookItems_items callBuilder)List of type `Webhook`.On_WebhookItemslimit()Number of results per page.On_WebhookItemspage()Current page number.On_WebhookItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_WebhookItems total()
Total amount of results.
-
page
public On_WebhookItems page()
Current page number.
-
limit
public On_WebhookItems limit()
Number of results per page.
-
hasNextPage
public On_WebhookItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_WebhookItems items(WebhookItems_items callBuilder)
List of type `Webhook`.
-
-