Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableUserRecordValue.Builder
Packages that use ImmutableUserRecordValue.Builder
-
Uses of ImmutableUserRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableUserRecordValue.BuilderModifier and TypeMethodDescriptionImmutableUserRecordValue.builder()Creates a builder forImmutableUserRecordValue.ImmutableUserRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableUserRecordValue.Builder.from(UserRecordValue instance) Fill a builder with attribute values from the providedUserRecordValueinstance.Initializes the value for theemailattribute.Initializes the value for thenameattribute.ImmutableUserRecordValue.Builder.withPassword(String password) Initializes the value for thepasswordattribute.ImmutableUserRecordValue.Builder.withUserKey(Long userKey) Initializes the value for theuserKeyattribute.ImmutableUserRecordValue.Builder.withUsername(String username) Initializes the value for theusernameattribute.ImmutableUserRecordValue.Builder.withUserType(UserType userType) Initializes the value for theuserTypeattribute.