Uses of Enum
io.camunda.zeebe.protocol.record.value.PermissionType
Packages that use PermissionType
-
Uses of PermissionType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return PermissionTypeModifier and TypeMethodDescriptionAuthorizationRecordValue.PermissionValue.getPermissionType()Returns the type of permission for the resourceIds in this objectImmutablePermissionValue.getPermissionType()Returns the type of permission for the resourceIds in this objectstatic PermissionTypeReturns the enum constant of this type with the specified name.static PermissionType[]PermissionType.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 PermissionTypeModifier and TypeMethodDescriptionImmutablePermissionValue.Builder.withPermissionType(PermissionType permissionType) Initializes the value for thepermissionTypeattribute.final ImmutablePermissionValueImmutablePermissionValue.withPermissionType(PermissionType value) Copy the current immutable object by setting a value for thepermissionTypeattribute.