Uses of Class
ch.brix.gql.client.frontify.enums.BrandQuerySortByInput
-
Packages that use BrandQuerySortByInput Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of BrandQuerySortByInput in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return BrandQuerySortByInput Modifier and Type Method Description static BrandQuerySortByInputBrandQuerySortByInput. valueOf(String name)Returns the enum constant of this type with the specified name.static BrandQuerySortByInput[]BrandQuerySortByInput. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BrandQuerySortByInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type BrandQuerySortByInput Modifier and Type Method Description BrandQueryInputBrandQueryInput. sortBy(BrandQuerySortByInput v)Sort order of matched results.
-