Class BrandQueryInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.BrandQueryInput
-
public class BrandQueryInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description BrandQueryInput()
-
Method Summary
Modifier and Type Method Description BrandQueryInputfilter(BrandQueryFilterInput v)Use filters to reduce the set of matched results.BrandQueryInputsearchIn(List<BrandSearchQuerySource> v)**DEPRECATED** Specify the sources of the matched results.BrandQueryInputsortBy(BrandQuerySortByInput v)Sort order of matched results.BrandQueryInputterm(StringScalar v)Search term used to retrieve matched results.
-
-
-
Method Detail
-
term
public BrandQueryInput term(StringScalar v)
Search term used to retrieve matched results.
-
sortBy
public BrandQueryInput sortBy(BrandQuerySortByInput v)
Sort order of matched results.
-
searchIn
public BrandQueryInput searchIn(List<BrandSearchQuerySource> v)
**DEPRECATED** Specify the sources of the matched results. This field will be removed. Use `filter.sources` instead. | Date: 2023-07-01T00:00:00.000+00:00
-
filter
public BrandQueryInput filter(BrandQueryFilterInput v)
Use filters to reduce the set of matched results.
-
-