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