Uses of Class
com.chutneytesting.scenario.api.raw.dto.StrategyDto
-
Packages that use StrategyDto Package Description com.chutneytesting.scenario.api.raw.dto -
-
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 StrategyDto Modifier and Type Method Description Optional<StrategyDto>GwtStepDto. strategy()Optional<StrategyDto>ImmutableGwtStepDto. strategy()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type StrategyDto Modifier and Type Method Description ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. strategy(StrategyDto strategy)Initializes the optional valuestrategyto strategy.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 StrategyDto Modifier and Type Method Description ImmutableGwtStepDto.BuilderImmutableGwtStepDto.Builder. strategy(Optional<? extends StrategyDto> strategy)Initializes the optional valuestrategyto strategy.ImmutableGwtStepDtoImmutableGwtStepDto. withStrategy(Optional<? extends StrategyDto> optional)Copy the current immutable object by setting an optional value for thestrategyattribute.
-