Uses of Enum
io.camunda.client.protocol.rest.PermissionTypeEnum
Packages that use PermissionTypeEnum
-
Uses of PermissionTypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return PermissionTypeEnumModifier and TypeMethodDescriptionstatic PermissionTypeEnumstatic PermissionTypeEnumReturns the enum constant of this type with the specified name.static PermissionTypeEnum[]PermissionTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest that return types with arguments of type PermissionTypeEnumModifier and TypeMethodDescriptionAuthorizationRequest.getPermissionTypes()The permission types to add.AuthorizationResult.getPermissionTypes()Specifies the types of the permissions.Methods in io.camunda.client.protocol.rest with parameters of type PermissionTypeEnumModifier and TypeMethodDescriptionAuthorizationRequest.addPermissionTypesItem(PermissionTypeEnum permissionTypesItem) AuthorizationResult.addPermissionTypesItem(PermissionTypeEnum permissionTypesItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type PermissionTypeEnumModifier and TypeMethodDescriptionAuthorizationRequest.permissionTypes(List<PermissionTypeEnum> permissionTypes) AuthorizationResult.permissionTypes(List<PermissionTypeEnum> permissionTypes) voidAuthorizationRequest.setPermissionTypes(List<PermissionTypeEnum> permissionTypes) voidAuthorizationResult.setPermissionTypes(List<PermissionTypeEnum> permissionTypes) -
Uses of PermissionTypeEnum in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command with parameters of type PermissionTypeEnumModifier and TypeMethodDescriptionAddPermissionsCommandStep1.AddPermissionsCommandStep2.permission(PermissionTypeEnum permissionType) Deprecated.Sets the permission type of the permissions that should be added.