Uses of Class
ch.brix.gql.client.frontify.enums.BrandSearchQuerySource
-
Packages that use BrandSearchQuerySource Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of BrandSearchQuerySource in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return BrandSearchQuerySource Modifier and Type Method Description static BrandSearchQuerySourceBrandSearchQuerySource. valueOf(String name)Returns the enum constant of this type with the specified name.static BrandSearchQuerySource[]BrandSearchQuerySource. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BrandSearchQuerySource in ch.brix.gql.client.frontify.input_objects
Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type BrandSearchQuerySource Modifier and Type Method Description BrandQueryInputBrandQueryInput. searchIn(List<BrandSearchQuerySource> v)**DEPRECATED** Specify the sources of the matched results.
-