Uses of Interface
fr.enedis.chutney.scenario.api.raw.dto.GwtScenarioDto
Packages that use GwtScenarioDto
Package
Description
-
Uses of GwtScenarioDto in fr.enedis.chutney.scenario.api.raw.dto
Classes in fr.enedis.chutney.scenario.api.raw.dto that implement GwtScenarioDtoMethods in fr.enedis.chutney.scenario.api.raw.dto that return GwtScenarioDtoMethods in fr.enedis.chutney.scenario.api.raw.dto with parameters of type GwtScenarioDtoModifier and TypeMethodDescriptionstatic ImmutableGwtScenarioDtoImmutableGwtScenarioDto.copyOf(GwtScenarioDto instance) Creates an immutable copy of aGwtScenarioDtovalue.ImmutableGwtScenarioDto.Builder.from(GwtScenarioDto instance) Fill a builder with attribute values from the providedGwtScenarioDtoinstance.ImmutableGwtTestCaseDto.Builder.scenario(GwtScenarioDto scenario) Initializes the value for thescenarioattribute.final ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto.withScenario(GwtScenarioDto value) Copy the current immutable object by setting a value for thescenarioattribute. -
Uses of GwtScenarioDto in fr.enedis.chutney.scenario.api.raw.mapper
Methods in fr.enedis.chutney.scenario.api.raw.mapper that return GwtScenarioDtoModifier and TypeMethodDescriptionstatic GwtScenarioDtoGwtScenarioMapper.toDto(GwtScenario scenario) Methods in fr.enedis.chutney.scenario.api.raw.mapper with parameters of type GwtScenarioDtoModifier and TypeMethodDescriptionstatic GwtScenarioGwtScenarioMapper.fromDto(String title, String desc, GwtScenarioDto dto)