Uses of Class
ch.brix.gql.client.frontify.input_objects.BrandQueryInput
-
Packages that use BrandQueryInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of BrandQueryInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type BrandQueryInput Modifier and Type Method Description Brand_search_ArgsBrand_search_Args. query(BrandQueryInput value)Query search options. -
Uses of BrandQueryInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return BrandQueryInput Modifier and Type Method Description BrandQueryInputBrandQueryInput. filter(BrandQueryFilterInput v)Use filters to reduce the set of matched results.BrandQueryInputBrandQueryInput. searchIn(List<BrandSearchQuerySource> v)**DEPRECATED** Specify the sources of the matched results.BrandQueryInputBrandQueryInput. sortBy(BrandQuerySortByInput v)Sort order of matched results.BrandQueryInputBrandQueryInput. term(StringScalar v)Search term used to retrieve matched results.
-