Uses of Class
com.chutneytesting.scenario.api.raw.dto.StrategyDto
Packages that use StrategyDto
-
Uses of StrategyDto in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return types with arguments of type StrategyDtoMethods in com.chutneytesting.scenario.api.raw.dto with parameters of type StrategyDtoModifier and TypeMethodDescriptionImmutableGwtStepDto.Builder.strategy(StrategyDto strategy) Initializes the optional valuestrategyto strategy.final ImmutableGwtStepDtoImmutableGwtStepDto.withStrategy(StrategyDto value) Copy the current immutable object by setting a present value for the optionalstrategyattribute.Method parameters in com.chutneytesting.scenario.api.raw.dto with type arguments of type StrategyDtoModifier and TypeMethodDescriptionImmutableGwtStepDto.Builder.strategy(Optional<? extends StrategyDto> strategy) Initializes the optional valuestrategyto strategy.final ImmutableGwtStepDtoImmutableGwtStepDto.withStrategy(Optional<? extends StrategyDto> optional) Copy the current immutable object by setting an optional value for thestrategyattribute.