ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.Builder.build() |
|
static ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.copyOf(UpdateValueSetCommand instance) |
|
static ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.of(ValueSetId targetId,
Iterable<? extends Value<ValueSet.Entry>> entries,
Iterable<? extends Trigger<ValueSetState>> triggers) |
Construct a new immutable UpdateValueSetCommand instance.
|
static ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.of(ValueSetId targetId,
List<Value<ValueSet.Entry>> entries,
List<Trigger<ValueSetState>> triggers) |
Construct a new immutable UpdateValueSetCommand instance.
|
ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.withEntries(Value<ValueSet.Entry>... elements) |
Copy the current immutable object with elements that replace the content of entries.
|
ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.withEntries(Iterable<? extends Value<ValueSet.Entry>> elements) |
Copy the current immutable object with elements that replace the content of entries.
|
ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.withTargetId(ValueSetId value) |
Copy the current immutable object by setting a value for the targetId attribute.
|
ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.withTriggers(Trigger<ValueSetState>... elements) |
Copy the current immutable object with elements that replace the content of triggers.
|
ImmutableUpdateValueSetCommand |
ImmutableUpdateValueSetCommand.withTriggers(Iterable<? extends Trigger<ValueSetState>> elements) |
Copy the current immutable object with elements that replace the content of triggers.
|