Uses of Class
com.chutneytesting.component.scenario.api.dto.ImmutableParentsStepDto
-
Packages that use ImmutableParentsStepDto Package Description com.chutneytesting.component.scenario.api.dto -
-
Uses of ImmutableParentsStepDto in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ImmutableParentsStepDto Modifier and Type Method Description ImmutableParentsStepDtoImmutableParentsStepDto.Builder. build()Builds a newImmutableParentsStepDto.static ImmutableParentsStepDtoImmutableParentsStepDto. copyOf(ParentsStepDto instance)Creates an immutable copy of aParentsStepDtovalue.ImmutableParentsStepDtoImmutableParentsStepDto. withParentScenario(ParentsStepDto.NameIdDto... elements)Copy the current immutable object with elements that replace the content ofparentScenario.ImmutableParentsStepDtoImmutableParentsStepDto. withParentScenario(Iterable<? extends ParentsStepDto.NameIdDto> elements)Copy the current immutable object with elements that replace the content ofparentScenario.ImmutableParentsStepDtoImmutableParentsStepDto. withParentSteps(ParentsStepDto.NameIdDto... elements)Copy the current immutable object with elements that replace the content ofparentSteps.ImmutableParentsStepDtoImmutableParentsStepDto. withParentSteps(Iterable<? extends ParentsStepDto.NameIdDto> elements)Copy the current immutable object with elements that replace the content ofparentSteps.
-