Uses of Class
fr.enedis.chutney.scenario.api.raw.dto.ImmutableGwtScenarioDto
Packages that use ImmutableGwtScenarioDto
-
Uses of ImmutableGwtScenarioDto in fr.enedis.chutney.scenario.api.raw.dto
Methods in fr.enedis.chutney.scenario.api.raw.dto that return ImmutableGwtScenarioDtoModifier and TypeMethodDescriptionImmutableGwtScenarioDto.Builder.build()Builds a newImmutableGwtScenarioDto.static ImmutableGwtScenarioDtoImmutableGwtScenarioDto.copyOf(GwtScenarioDto instance) Creates an immutable copy of aGwtScenarioDtovalue.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withGivens(GwtStepDto... elements) Copy the current immutable object with elements that replace the content ofgivens.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withGivens(Iterable<? extends GwtStepDto> elements) Copy the current immutable object with elements that replace the content ofgivens.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withThens(GwtStepDto... elements) Copy the current immutable object with elements that replace the content ofthens.final ImmutableGwtScenarioDtoImmutableGwtScenarioDto.withThens(Iterable<? extends 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.