Uses of Interface
com.chutneytesting.component.scenario.api.dto.ParentsStepDto
Packages that use ParentsStepDto
Package
Description
-
Uses of ParentsStepDto in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ParentsStepDtoModifier and TypeMethodDescriptionStepController.findParents(String stepId) static ParentsStepDtoParentStepMapper.toDto(List<ParentStepId> parentStepId) -
Uses of ParentsStepDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement ParentsStepDtoMethods in com.chutneytesting.component.scenario.api.dto with parameters of type ParentsStepDtoModifier and TypeMethodDescriptionstatic ImmutableParentsStepDtoImmutableParentsStepDto.copyOf(ParentsStepDto instance) Creates an immutable copy of aParentsStepDtovalue.ImmutableParentsStepDto.Builder.from(ParentsStepDto instance) Fill a builder with attribute values from the providedParentsStepDtoinstance.