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