Class On_WorkflowChecklistItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_WorkflowChecklistItems
-
public class On_WorkflowChecklistItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_WorkflowChecklistItems()
-
Method Summary
Modifier and Type Method Description On_WorkflowChecklistItemshasNextPage()Indicates if a next page is available or notOn_WorkflowChecklistItemsitems(WorkflowChecklistItems_items callBuilder)List of type `WorkflowChecklistItem`.On_WorkflowChecklistItemslimit()Number of results per page.On_WorkflowChecklistItemspage()Current page number.On_WorkflowChecklistItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_WorkflowChecklistItems total()
Total amount of results.
-
page
public On_WorkflowChecklistItems page()
Current page number.
-
limit
public On_WorkflowChecklistItems limit()
Number of results per page.
-
hasNextPage
public On_WorkflowChecklistItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_WorkflowChecklistItems items(WorkflowChecklistItems_items callBuilder)
List of type `WorkflowChecklistItem`.
-
-