Uses of Class
ch.brix.gql.client.frontify.enums.BrandQuerySourceTypeInput
-
Packages that use BrandQuerySourceTypeInput Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of BrandQuerySourceTypeInput in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return BrandQuerySourceTypeInput Modifier and Type Method Description static BrandQuerySourceTypeInputBrandQuerySourceTypeInput. valueOf(String name)Returns the enum constant of this type with the specified name.static BrandQuerySourceTypeInput[]BrandQuerySourceTypeInput. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BrandQuerySourceTypeInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type BrandQuerySourceTypeInput Modifier and Type Method Description BrandQuerySourceInputBrandQuerySourceInput. type(BrandQuerySourceTypeInput v)Specify the source type to search in.
-