Class BrandQueryFilterInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.BrandQueryFilterInput
-
public class BrandQueryFilterInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description BrandQueryFilterInput()
-
Method Summary
Modifier and Type Method Description BrandQueryFilterInputexternalId(IdScalar v)**BETA** Filter set of the matched results by the externalId.BrandQueryFilterInputhasTags(List<StringScalar> v)Filter set of the matched results by single tag or list of tags.BrandQueryFilterInputsources(List<BrandQuerySourceInput> v)**BETA** Specify the sources to search in.
-
-
-
Method Detail
-
hasTags
public BrandQueryFilterInput hasTags(List<StringScalar> v)
Filter set of the matched results by single tag or list of tags.
-
sources
public BrandQueryFilterInput sources(List<BrandQuerySourceInput> v)
**BETA** Specify the sources to search in.
-
externalId
public BrandQueryFilterInput externalId(IdScalar v)
**BETA** Filter set of the matched results by the externalId.
-
-