Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableAuthorizationRecordValue
Packages that use ImmutableAuthorizationRecordValue
-
Uses of ImmutableAuthorizationRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableAuthorizationRecordValueModifier and TypeMethodDescriptionImmutableAuthorizationRecordValue.Builder.build()Builds a newImmutableAuthorizationRecordValue.ImmutableAuthorizationRecordValue.copyOf(AuthorizationRecordValue instance) Creates an immutable copy of aAuthorizationRecordValuevalue.ImmutableAuthorizationRecordValue.withAction(PermissionAction value) Copy the current immutable object by setting a value for theactionattribute.ImmutableAuthorizationRecordValue.withOwnerKey(Long value) Copy the current immutable object by setting a value for theownerKeyattribute.ImmutableAuthorizationRecordValue.withOwnerType(AuthorizationOwnerType value) Copy the current immutable object by setting a value for theownerTypeattribute.ImmutableAuthorizationRecordValue.withPermissions(AuthorizationRecordValue.PermissionValue... elements) Copy the current immutable object with elements that replace the content ofpermissions.ImmutableAuthorizationRecordValue.withPermissions(Iterable<? extends AuthorizationRecordValue.PermissionValue> elements) Copy the current immutable object with elements that replace the content ofpermissions.ImmutableAuthorizationRecordValue.withResourceType(AuthorizationResourceType value) Copy the current immutable object by setting a value for theresourceTypeattribute.