Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableUserRecordValue
Packages that use ImmutableUserRecordValue
-
Uses of ImmutableUserRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableUserRecordValueModifier and TypeMethodDescriptionImmutableUserRecordValue.Builder.build()Builds a newImmutableUserRecordValue.static ImmutableUserRecordValueImmutableUserRecordValue.copyOf(UserRecordValue instance) Creates an immutable copy of aUserRecordValuevalue.final ImmutableUserRecordValueCopy the current immutable object by setting a value for theemailattribute.final ImmutableUserRecordValueCopy the current immutable object by setting a value for thenameattribute.final ImmutableUserRecordValueImmutableUserRecordValue.withPassword(String value) Copy the current immutable object by setting a value for thepasswordattribute.final ImmutableUserRecordValueImmutableUserRecordValue.withUserKey(Long value) Copy the current immutable object by setting a value for theuserKeyattribute.final ImmutableUserRecordValueImmutableUserRecordValue.withUsername(String value) Copy the current immutable object by setting a value for theusernameattribute.final ImmutableUserRecordValueImmutableUserRecordValue.withUserType(UserType value) Copy the current immutable object by setting a value for theuserTypeattribute.