Uses of Class
fr.enedis.chutney.server.core.domain.execution.state.ImmutableRunningScenarioState
Packages that use ImmutableRunningScenarioState
-
Uses of ImmutableRunningScenarioState in fr.enedis.chutney.server.core.domain.execution.state
Methods in fr.enedis.chutney.server.core.domain.execution.state that return ImmutableRunningScenarioStateModifier and TypeMethodDescriptionImmutableRunningScenarioState.Builder.build()Builds a newImmutableRunningScenarioState.ImmutableRunningScenarioState.copyOf(RunningScenarioState instance) Creates an immutable copy of aRunningScenarioStatevalue.Construct a new immutableRunningScenarioStateinstance.ImmutableRunningScenarioState.withScenarioId(String value) Copy the current immutable object by setting a value for thescenarioIdattribute.