ImmutableGwtStepDto |
ImmutableGwtStepDto.Builder.build() |
|
static ImmutableGwtStepDto |
ImmutableGwtStepDto.copyOf(GwtStepDto instance) |
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withImplementation(GwtStepImplementationDto value) |
Copy the current immutable object by setting a present value for the optional implementation attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withImplementation(Optional<? extends GwtStepImplementationDto> optional) |
Copy the current immutable object by setting an optional value for the implementation attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withSentence(String value) |
Copy the current immutable object by setting a present value for the optional sentence attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withSentence(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the sentence attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withStrategy(StrategyDto value) |
Copy the current immutable object by setting a present value for the optional strategy attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withStrategy(Optional<? extends StrategyDto> optional) |
Copy the current immutable object by setting an optional value for the strategy attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withSubSteps(GwtStepDto... elements) |
Copy the current immutable object with elements that replace the content of subSteps.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withSubSteps(Iterable<? extends GwtStepDto> elements) |
Copy the current immutable object with elements that replace the content of subSteps.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withXRef(String value) |
Copy the current immutable object by setting a present value for the optional xRef attribute.
|
ImmutableGwtStepDto |
ImmutableGwtStepDto.withXRef(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the xRef attribute.
|