Class Brand_guidelines_Args
- java.lang.Object
-
- ch.brix.gql.client.ArgsBuilder
-
- ch.brix.gql.client.frontify.builders.Brand_guidelines_Args
-
public class Brand_guidelines_Args extends ch.brix.gql.client.ArgsBuilder
-
-
Constructor Summary
Constructors Constructor Description Brand_guidelines_Args()
-
Method Summary
Modifier and Type Method Description Brand_guidelines_Argslanguage(LanguageCode value)**BETA** Specifies the language in which the Guidelines should be delivered.Brand_guidelines_Argslimit(IntScalar value)**BETA** How many `GuidelineItems` to show per query.Brand_guidelines_Argspage(IntScalar value)Current page number.
-
-
-
Method Detail
-
language
public Brand_guidelines_Args language(LanguageCode value)
**BETA** Specifies the language in which the Guidelines should be delivered. This field must be set at the highest level in the GraphQL hierarchy. If the requested language is unavailable, the default language will be used as a fallback. Default value: null
-
limit
public Brand_guidelines_Args limit(IntScalar value)
**BETA** How many `GuidelineItems` to show per query. Min: 1, Max: 100. Default value: 25
-
page
public Brand_guidelines_Args page(IntScalar value)
Current page number. Default value: 1
-
-