| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableModifyInstanceValue.Builder<O,T> |
ImmutableModifyInstanceValue.builder()
Creates a builder for
ImmutableModifyInstanceValue. |
ImmutableModifyInstanceValue.Builder<O,T> |
ImmutableModifyInstanceValue.Builder.from(ModifyInstanceValue<O,T> instance)
Fill a builder with attribute values from the provided
ModifyInstanceValue instance. |
ImmutableModifyInstanceValue.Builder<O,T> |
ImmutableModifyInstanceValue.Builder.id(Id<O> id)
Initializes the value for the
id attribute. |
ImmutableModifyInstanceValue.Builder<O,T> |
ImmutableModifyInstanceValue.Builder.property(ModifiableProperty<O,T> property)
Initializes the value for the
property attribute. |
Copyright © 2023. All rights reserved.