Uses of Interface
com.chutneytesting.component.scenario.api.dto.ParentsStepDto.NameIdDto
-
Packages that use ParentsStepDto.NameIdDto Package Description com.chutneytesting.component.scenario.api.dto -
-
Uses of ParentsStepDto.NameIdDto in com.chutneytesting.component.scenario.api.dto
Classes in com.chutneytesting.component.scenario.api.dto that implement ParentsStepDto.NameIdDto Modifier and Type Class Description classImmutableNameIdDtoImmutable implementation ofParentsStepDto.NameIdDto.Methods in com.chutneytesting.component.scenario.api.dto that return types with arguments of type ParentsStepDto.NameIdDto Modifier and Type Method Description List<ParentsStepDto.NameIdDto>ImmutableParentsStepDto. parentScenario()List<ParentsStepDto.NameIdDto>ParentsStepDto. parentScenario()List<ParentsStepDto.NameIdDto>ImmutableParentsStepDto. parentSteps()List<ParentsStepDto.NameIdDto>ParentsStepDto. parentSteps()Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ParentsStepDto.NameIdDto Modifier and Type Method Description ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. addParentScenario(ParentsStepDto.NameIdDto element)Adds one element toparentScenariolist.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. addParentScenario(ParentsStepDto.NameIdDto... elements)Adds elements toparentScenariolist.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. addParentSteps(ParentsStepDto.NameIdDto element)Adds one element toparentStepslist.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. addParentSteps(ParentsStepDto.NameIdDto... elements)Adds elements toparentStepslist.static ImmutableNameIdDtoImmutableNameIdDto. copyOf(ParentsStepDto.NameIdDto instance)Creates an immutable copy of aParentsStepDto.NameIdDtovalue.ImmutableNameIdDto.BuilderImmutableNameIdDto.Builder. from(ParentsStepDto.NameIdDto instance)Fill a builder with attribute values from the providedNameIdDtoinstance.ImmutableParentsStepDtoImmutableParentsStepDto. withParentScenario(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.Method parameters in com.chutneytesting.component.scenario.api.dto with type arguments of type ParentsStepDto.NameIdDto Modifier and Type Method Description ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. addAllParentScenario(Iterable<? extends ParentsStepDto.NameIdDto> elements)Adds elements toparentScenariolist.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. addAllParentSteps(Iterable<? extends ParentsStepDto.NameIdDto> elements)Adds elements toparentStepslist.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. parentScenario(Iterable<? extends ParentsStepDto.NameIdDto> elements)Sets or replaces all elements forparentScenariolist.ImmutableParentsStepDto.BuilderImmutableParentsStepDto.Builder. parentSteps(Iterable<? extends ParentsStepDto.NameIdDto> elements)Sets or replaces all elements forparentStepslist.ImmutableParentsStepDtoImmutableParentsStepDto. withParentScenario(Iterable<? extends ParentsStepDto.NameIdDto> elements)Copy the current immutable object with elements that replace the content ofparentScenario.ImmutableParentsStepDtoImmutableParentsStepDto. withParentSteps(Iterable<? extends ParentsStepDto.NameIdDto> elements)Copy the current immutable object with elements that replace the content ofparentSteps.
-