Uses of Class
fr.enedis.chutney.agent.domain.explore.ImmutableExploreResult.Link.Builder
Packages that use ImmutableExploreResult.Link.Builder
-
Uses of ImmutableExploreResult.Link.Builder in fr.enedis.chutney.agent.domain.explore
Methods in fr.enedis.chutney.agent.domain.explore that return ImmutableExploreResult.Link.BuilderModifier and TypeMethodDescriptionstatic <SOURCE,DESTINATION>
ImmutableExploreResult.Link.Builder<SOURCE, DESTINATION> ImmutableExploreResult.Link.builder()Creates a builder forLink.ImmutableExploreResult.Link.Builder.destination(DESTINATION destination) Initializes the value for thedestinationattribute.ImmutableExploreResult.Link.Builder.from(ExploreResult.Link<SOURCE, DESTINATION> instance) Fill a builder with attribute values from the providedLinkinstance.Initializes the value for thesourceattribute.