Uses of Enum
io.camunda.zeebe.protocol.record.value.PermissionAction
Packages that use PermissionAction
-
Uses of PermissionAction in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return PermissionActionModifier and TypeMethodDescriptionAuthorizationRecordValue.getAction()ImmutableAuthorizationRecordValue.getAction()static PermissionActionReturns the enum constant of this type with the specified name.static PermissionAction[]PermissionAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record.value with parameters of type PermissionActionModifier and TypeMethodDescriptionImmutableAuthorizationRecordValue.Builder.withAction(PermissionAction action) Initializes the value for theactionattribute.ImmutableAuthorizationRecordValue.withAction(PermissionAction value) Copy the current immutable object by setting a value for theactionattribute.