Uses of Class
ch.brix.gql.client.frontify.input_objects.BrandQueryFilterInput
-
Packages that use BrandQueryFilterInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of BrandQueryFilterInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return BrandQueryFilterInput Modifier and Type Method Description BrandQueryFilterInputBrandQueryFilterInput. externalId(IdScalar v)**BETA** Filter set of the matched results by the externalId.BrandQueryFilterInputBrandQueryFilterInput. hasTags(List<StringScalar> v)Filter set of the matched results by single tag or list of tags.BrandQueryFilterInputBrandQueryFilterInput. sources(List<BrandQuerySourceInput> v)**BETA** Specify the sources to search in.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type BrandQueryFilterInput Modifier and Type Method Description BrandQueryInputBrandQueryInput. filter(BrandQueryFilterInput v)Use filters to reduce the set of matched results.
-