Class Brand_search_Args
- java.lang.Object
-
- ch.brix.gql.client.ArgsBuilder
-
- ch.brix.gql.client.frontify.builders.Brand_search_Args
-
public class Brand_search_Args extends ch.brix.gql.client.ArgsBuilder
-
-
Constructor Summary
Constructors Constructor Description Brand_search_Args()
-
Method Summary
Modifier and Type Method Description Brand_search_Argslimit(IntScalar value)How many items to show in the search result field.Brand_search_Argspage(IntScalar value)Current page number.Brand_search_Argsquery(BrandQueryInput value)Query search options.
-
-
-
Method Detail
-
limit
public Brand_search_Args limit(IntScalar value)
How many items to show in the search result field. Min: 1, Max: 100. Default value: 25
-
page
public Brand_search_Args page(IntScalar value)
Current page number. Default value: 1
-
query
public Brand_search_Args query(BrandQueryInput value)
Query search options. Default value: null
-
-