Uses of Interface
com.chutneytesting.agent.domain.explore.AgentId
-
Packages that use AgentId Package Description com.chutneytesting.agent.domain.explore -
-
Uses of AgentId in com.chutneytesting.agent.domain.explore
Classes in com.chutneytesting.agent.domain.explore that implement AgentId Modifier and Type Class Description classImmutableAgentIdImmutable implementation ofAgentId.Methods in com.chutneytesting.agent.domain.explore that return AgentId Modifier and Type Method Description static AgentIdAgentId. of(String name)Methods in com.chutneytesting.agent.domain.explore that return types with arguments of type AgentId Modifier and Type Method Description ExploreResult.Links<AgentId,AgentId>ExploreResult. agentLinks()ExploreResult.Links<AgentId,AgentId>ExploreResult. agentLinks()ExploreResult.Links<AgentId,AgentId>ImmutableExploreResult. agentLinks()ExploreResult.Links<AgentId,AgentId>ImmutableExploreResult. agentLinks()ExploreResult.Links<AgentId,TargetId>ExploreResult. targetLinks()ExploreResult.Links<AgentId,TargetId>ImmutableExploreResult. targetLinks()Methods in com.chutneytesting.agent.domain.explore with parameters of type AgentId Modifier and Type Method Description static ImmutableAgentIdImmutableAgentId. copyOf(AgentId instance)Creates an immutable copy of aAgentIdvalue.ImmutableAgentId.BuilderImmutableAgentId.Builder. from(AgentId instance)Fill a builder with attribute values from the providedAgentIdinstance.Method parameters in com.chutneytesting.agent.domain.explore with type arguments of type AgentId Modifier and Type Method Description ImmutableExploreResult.BuilderImmutableExploreResult.Builder. agentLinks(ExploreResult.Links<AgentId,AgentId> agentLinks)Initializes the value for theagentLinksattribute.ImmutableExploreResult.BuilderImmutableExploreResult.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.BuilderImmutableExploreResult.Builder. targetLinks(ExploreResult.Links<AgentId,TargetId> targetLinks)Initializes the value for thetargetLinksattribute.ImmutableExploreResultImmutableExploreResult. withAgentLinks(ExploreResult.Links<AgentId,AgentId> value)Copy the current immutable object by setting a value for theagentLinksattribute.ImmutableExploreResultImmutableExploreResult. withAgentLinks(ExploreResult.Links<AgentId,AgentId> value)Copy the current immutable object by setting a value for theagentLinksattribute.ImmutableExploreResultImmutableExploreResult. withTargetLinks(ExploreResult.Links<AgentId,TargetId> value)Copy the current immutable object by setting a value for thetargetLinksattribute.
-