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