ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.Builder.build() |
|
static ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.copyOf(VariableFinder.Variable instance) |
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withPlaceHolderValue(Object value) |
Copy the current immutable object by setting a present value for the optional placeHolderValue attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withPlaceHolderValue(Optional<? extends Object> optional) |
Copy the current immutable object by setting an optional value for the placeHolderValue attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withScope(String value) |
Copy the current immutable object by setting a present value for the optional scope attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withScope(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the scope attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withValueSetId(String value) |
Copy the current immutable object by setting a present value for the optional valueSetId attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withValueSetId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the valueSetId attribute.
|
ImmutableVariableFinder.Variable |
ImmutableVariableFinder.Variable.withValueType(ValueType value) |
Copy the current immutable object by setting a value for the valueType attribute.
|