Uses of Class
ch.brix.gql.client.frontify.enums.LibraryQuerySort
-
Packages that use LibraryQuerySort Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of LibraryQuerySort in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return LibraryQuerySort Modifier and Type Method Description static LibraryQuerySortLibraryQuerySort. valueOf(String name)Returns the enum constant of this type with the specified name.static LibraryQuerySort[]LibraryQuerySort. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LibraryQuerySort in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type LibraryQuerySort Modifier and Type Method Description LibraryQueryInputLibraryQueryInput. sortBy(LibraryQuerySort v)**BETA** Sort order of the `Library` query result set.
-