Uses of Class
com.chutneytesting.scenario.api.raw.dto.ImmutableGwtStepDto
Packages that use ImmutableGwtStepDto
-
Uses of ImmutableGwtStepDto in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return ImmutableGwtStepDtoModifier and TypeMethodDescriptionImmutableGwtStepDto.Builder.build()Builds a newImmutableGwtStepDto.static ImmutableGwtStepDtoImmutableGwtStepDto.copyOf(GwtStepDto instance) Creates an immutable copy of aGwtStepDtovalue.final ImmutableGwtStepDtoImmutableGwtStepDto.withImplementation(GwtStepImplementationDto value) Copy the current immutable object by setting a present value for the optionalimplementationattribute.final ImmutableGwtStepDtoImmutableGwtStepDto.withImplementation(Optional<? extends GwtStepImplementationDto> optional) Copy the current immutable object by setting an optional value for theimplementationattribute.final ImmutableGwtStepDtoImmutableGwtStepDto.withSentence(String value) Copy the current immutable object by setting a present value for the optionalsentenceattribute.final ImmutableGwtStepDtoImmutableGwtStepDto.withSentence(Optional<String> optional) Copy the current immutable object by setting an optional value for thesentenceattribute.final ImmutableGwtStepDtoImmutableGwtStepDto.withStrategy(StrategyDto value) Copy the current immutable object by setting a present value for the optionalstrategyattribute.final ImmutableGwtStepDtoImmutableGwtStepDto.withStrategy(Optional<? extends StrategyDto> optional) Copy the current immutable object by setting an optional value for thestrategyattribute.final ImmutableGwtStepDtoImmutableGwtStepDto.withSubSteps(GwtStepDto... elements) Copy the current immutable object with elements that replace the content ofsubSteps.final ImmutableGwtStepDtoImmutableGwtStepDto.withSubSteps(Iterable<? extends GwtStepDto> elements) Copy the current immutable object with elements that replace the content ofsubSteps.final ImmutableGwtStepDtoCopy the current immutable object by setting a present value for the optionalxRefattribute.final ImmutableGwtStepDtoCopy the current immutable object by setting an optional value for thexRefattribute.