Uses of Class
ch.brix.gql.client.frontify.enums.ProjectType
-
Packages that use ProjectType Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.enums -
-
Uses of ProjectType in ch.brix.gql.client.frontify.builders
Method parameters in ch.brix.gql.client.frontify.builders with type arguments of type ProjectType Modifier and Type Method Description Brand_projects_ArgsBrand_projects_Args. types(List<ProjectType> value)`Project` types. -
Uses of ProjectType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return ProjectType Modifier and Type Method Description static ProjectTypeProjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectType[]ProjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-