Uses of Interface
fr.enedis.chutney.agent.domain.explore.AgentId
Packages that use AgentId
-
Uses of AgentId in fr.enedis.chutney.agent.domain.explore
Classes in fr.enedis.chutney.agent.domain.explore that implement AgentIdMethods in fr.enedis.chutney.agent.domain.explore that return AgentIdMethods in fr.enedis.chutney.agent.domain.explore that return types with arguments of type AgentIdModifier and TypeMethodDescriptionExploreResult.agentLinks()ExploreResult.agentLinks()ImmutableExploreResult.agentLinks()ImmutableExploreResult.agentLinks()ExploreResult.targetLinks()ImmutableExploreResult.targetLinks()Methods in fr.enedis.chutney.agent.domain.explore with parameters of type AgentIdModifier and TypeMethodDescriptionstatic ImmutableAgentIdCreates an immutable copy of aAgentIdvalue.final ImmutableAgentId.BuilderFill a builder with attribute values from the providedAgentIdinstance.Method parameters in fr.enedis.chutney.agent.domain.explore with type arguments of type AgentIdModifier and TypeMethodDescriptionImmutableExploreResult.Builder.agentLinks(ExploreResult.Links<AgentId, AgentId> agentLinks) Initializes the value for theagentLinksattribute.ImmutableExploreResult.Builder.agentLinks(ExploreResult.Links<AgentId, AgentId> agentLinks) Initializes the value for theagentLinksattribute.static ImmutableExploreResultImmutableExploreResult.of(ExploreResult.Links<AgentId, AgentId> agentLinks, ExploreResult.Links<AgentId, TargetId> targetLinks) Construct a new immutableExploreResultinstance.static ImmutableExploreResultImmutableExploreResult.of(ExploreResult.Links<AgentId, AgentId> agentLinks, ExploreResult.Links<AgentId, TargetId> targetLinks) Construct a new immutableExploreResultinstance.ImmutableExploreResult.Builder.targetLinks(ExploreResult.Links<AgentId, TargetId> targetLinks) Initializes the value for thetargetLinksattribute.final ImmutableExploreResultImmutableExploreResult.withAgentLinks(ExploreResult.Links<AgentId, AgentId> value) Copy the current immutable object by setting a value for theagentLinksattribute.final ImmutableExploreResultImmutableExploreResult.withAgentLinks(ExploreResult.Links<AgentId, AgentId> value) Copy the current immutable object by setting a value for theagentLinksattribute.final ImmutableExploreResultImmutableExploreResult.withTargetLinks(ExploreResult.Links<AgentId, TargetId> value) Copy the current immutable object by setting a value for thetargetLinksattribute.