Uses of Interface
fr.enedis.chutney.scenario.api.raw.dto.GwtStepDto
Packages that use GwtStepDto
-
Uses of GwtStepDto in fr.enedis.chutney.scenario.api.raw.dto
Classes in fr.enedis.chutney.scenario.api.raw.dto that implement GwtStepDtoMethods in fr.enedis.chutney.scenario.api.raw.dto that return GwtStepDtoMethods in fr.enedis.chutney.scenario.api.raw.dto that return types with arguments of type GwtStepDtoModifier and TypeMethodDescriptionGwtScenarioDto.givens()ImmutableGwtScenarioDto.givens()GwtStepDto.subSteps()ImmutableGwtStepDto.subSteps()GwtScenarioDto.thens()ImmutableGwtScenarioDto.thens()Methods in fr.enedis.chutney.scenario.api.raw.dto with parameters of type GwtStepDtoModifier and TypeMethodDescriptionImmutableGwtScenarioDto.Builder.addGivens(GwtStepDto element) Adds one element togivenslist.ImmutableGwtScenarioDto.Builder.addGivens(GwtStepDto... elements) Adds elements togivenslist.ImmutableGwtStepDto.Builder.addSubSteps(GwtStepDto element) Adds one element tosubStepslist.ImmutableGwtStepDto.Builder.addSubSteps(GwtStepDto... elements) Adds elements tosubStepslist.ImmutableGwtScenarioDto.Builder.addThens(GwtStepDto element) Adds one element tothenslist.ImmutableGwtScenarioDto.Builder.addThens(GwtStepDto... elements) Adds elements tothenslist.static ImmutableGwtStepDtoImmutableGwtStepDto.copyOf(GwtStepDto instance) Creates an immutable copy of aGwtStepDtovalue.ImmutableGwtStepDto.Builder.from(GwtStepDto instance) Fill a builder with attribute values from the providedGwtStepDtoinstance.ImmutableGwtScenarioDto.Builder.when(GwtStepDto when) Initializes the value for thewhenattribute.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withGivens(GwtStepDto... elements) Copy the current immutable object with elements that replace the content ofgivens.final ImmutableGwtStepDtoImmutableGwtStepDto.withSubSteps(GwtStepDto... elements) Copy the current immutable object with elements that replace the content ofsubSteps.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withThens(GwtStepDto... elements) Copy the current immutable object with elements that replace the content ofthens.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withWhen(GwtStepDto value) Copy the current immutable object by setting a value for thewhenattribute.Method parameters in fr.enedis.chutney.scenario.api.raw.dto with type arguments of type GwtStepDtoModifier and TypeMethodDescriptionImmutableGwtScenarioDto.Builder.addAllGivens(Iterable<? extends GwtStepDto> elements) Adds elements togivenslist.ImmutableGwtStepDto.Builder.addAllSubSteps(Iterable<? extends GwtStepDto> elements) Adds elements tosubStepslist.ImmutableGwtScenarioDto.Builder.addAllThens(Iterable<? extends GwtStepDto> elements) Adds elements tothenslist.ImmutableGwtScenarioDto.Builder.givens(Iterable<? extends GwtStepDto> elements) Sets or replaces all elements forgivenslist.ImmutableGwtStepDto.Builder.subSteps(Iterable<? extends GwtStepDto> elements) Sets or replaces all elements forsubStepslist.ImmutableGwtScenarioDto.Builder.thens(Iterable<? extends GwtStepDto> elements) Sets or replaces all elements forthenslist.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withGivens(Iterable<? extends GwtStepDto> elements) Copy the current immutable object with elements that replace the content ofgivens.final ImmutableGwtStepDtoImmutableGwtStepDto.withSubSteps(Iterable<? extends GwtStepDto> elements) Copy the current immutable object with elements that replace the content ofsubSteps.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withThens(Iterable<? extends GwtStepDto> elements) Copy the current immutable object with elements that replace the content ofthens.