Uses of Class
ch.brix.gql.client.frontify.enums.ProjectPermission
-
Packages that use ProjectPermission Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of ProjectPermission in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return ProjectPermission Modifier and Type Method Description static ProjectPermissionProjectPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectPermission[]ProjectPermission. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProjectPermission in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type ProjectPermission Modifier and Type Method Description InviteProjectUserInputInviteProjectUserInput. permission(ProjectPermission v)`Project` permission level of the `User` you are inviting.
-