Uses of Interface
com.chutneytesting.component.scenario.api.dto.ParentsStepDto
-
Packages that use ParentsStepDto Package Description com.chutneytesting.component.scenario.api com.chutneytesting.component.scenario.api.dto -
-
Uses of ParentsStepDto in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ParentsStepDto Modifier and Type Method Description ParentsStepDtoStepController. 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 ParentsStepDto Modifier and Type Class Description classImmutableParentsStepDtoImmutable implementation ofParentsStepDto.Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ParentsStepDto Modifier and Type Method Description static ImmutableParentsStepDtoImmutableParentsStepDto. copyOf(ParentsStepDto instance)Creates an immutable copy of aParentsStepDtovalue.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. from(ParentsStepDto instance)Fill a builder with attribute values from the providedParentsStepDtoinstance.
-