Uses of Class
com.chutneytesting.component.scenario.api.dto.ImmutableStrategyDto
-
Packages that use ImmutableStrategyDto Package Description com.chutneytesting.component.scenario.api.dto -
-
Uses of ImmutableStrategyDto in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ImmutableStrategyDto Modifier and Type Method Description ImmutableStrategyDtoImmutableStrategyDto.Builder. build()Builds a newImmutableStrategyDto.static ImmutableStrategyDtoImmutableStrategyDto. copyOf(StrategyDto instance)Creates an immutable copy of aStrategyDtovalue.ImmutableStrategyDtoImmutableStrategyDto. withParameters(Map<String,? extends Object> entries)Copy the current immutable object by replacing theparametersmap with the specified map.ImmutableStrategyDtoImmutableStrategyDto. withType(String value)Copy the current immutable object by setting a value for thetypeattribute.
-