Class Asset_comments_Args
- java.lang.Object
-
- ch.brix.gql.client.ArgsBuilder
-
- ch.brix.gql.client.frontify.builders.Asset_comments_Args
-
public class Asset_comments_Args extends ch.brix.gql.client.ArgsBuilder
-
-
Constructor Summary
Constructors Constructor Description Asset_comments_Args()
-
Method Summary
Modifier and Type Method Description Asset_comments_Argslimit(IntScalar value)How many `AssetComment` items to show per query.Asset_comments_Argspage(IntScalar value)Current page number.Asset_comments_Argsquery(AssetCommentQueryInput value)Additional querying options.
-
-
-
Method Detail
-
limit
public Asset_comments_Args limit(IntScalar value)
How many `AssetComment` items to show per query. Min: 1, Max: 100. Default value: 25
-
page
public Asset_comments_Args page(IntScalar value)
Current page number. Default value: 1
-
query
public Asset_comments_Args query(AssetCommentQueryInput value)
Additional querying options. Default value: null
-
-