Class Image_comments_Args
- java.lang.Object
-
- ch.brix.gql.client.ArgsBuilder
-
- ch.brix.gql.client.frontify.builders.Image_comments_Args
-
public class Image_comments_Args extends ch.brix.gql.client.ArgsBuilder
-
-
Constructor Summary
Constructors Constructor Description Image_comments_Args()
-
Method Summary
Modifier and Type Method Description Image_comments_Argslimit(IntScalar value)How many `AssetComment` items to show per query.Image_comments_Argspage(IntScalar value)Current page number.Image_comments_Argsquery(AssetCommentQueryInput value)`AssetComment` query for results filtering.
-
-
-
Method Detail
-
limit
public Image_comments_Args limit(IntScalar value)
How many `AssetComment` items to show per query. Min: 1, Max: 100. Default value: 25
-
page
public Image_comments_Args page(IntScalar value)
Current page number. Default value: 1
-
query
public Image_comments_Args query(AssetCommentQueryInput value)
`AssetComment` query for results filtering. Default value: null
-
-