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