ImmutableVariableItem |
ImmutableVariableItem.Builder.build() |
|
static ImmutableVariableItem |
ImmutableVariableItem.copyOf(VariableItem instance) |
|
ImmutableVariableItem |
ImmutableVariableItem.withDefaultValue(Object value) |
Copy the current immutable object by setting a present value for the optional defaultValue attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withDefaultValue(Optional<? extends Object> optional) |
Copy the current immutable object by setting an optional value for the defaultValue attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withId(ItemId value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withIsAsync(boolean value) |
Copy the current immutable object by setting a value for the isAsync attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withIsPrototype(boolean value) |
Copy the current immutable object by setting a value for the isPrototype attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withIsPublished(boolean value) |
Copy the current immutable object by setting a value for the isPublished attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withValueExpression(Expression value) |
Copy the current immutable object by setting a value for the valueExpression attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withValueSetId(String value) |
Copy the current immutable object by setting a present value for the optional valueSetId attribute.
|
ImmutableVariableItem |
ImmutableVariableItem.withValueSetId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the valueSetId attribute.
|