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