Class On_AssetCommentReplyItems
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AssetCommentReplyItems
-
public class On_AssetCommentReplyItems extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AssetCommentReplyItems()
-
Method Summary
Modifier and Type Method Description On_AssetCommentReplyItemshasNextPage()Indicates if a next page is available or notOn_AssetCommentReplyItemsitems(AssetCommentReplyItems_items callBuilder)List of type `AssetCommentReply`.On_AssetCommentReplyItemslimit()Number of results per page.On_AssetCommentReplyItemspage()Current page number.On_AssetCommentReplyItemstotal()Total amount of results.
-
-
-
Method Detail
-
total
public On_AssetCommentReplyItems total()
Total amount of results.
-
page
public On_AssetCommentReplyItems page()
Current page number.
-
limit
public On_AssetCommentReplyItems limit()
Number of results per page.
-
hasNextPage
public On_AssetCommentReplyItems hasNextPage()
Indicates if a next page is available or not
-
items
public On_AssetCommentReplyItems items(AssetCommentReplyItems_items callBuilder)
List of type `AssetCommentReply`.
-
-