Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult
Packages that use ImmutableExploreResult
-
Uses of ImmutableExploreResult in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResultModifier and TypeMethodDescriptionImmutableExploreResult.Builder.build()Builds a newImmutableExploreResult.static ImmutableExploreResultImmutableExploreResult.copyOf(ExploreResult instance) Creates an immutable copy of aExploreResultvalue.static ImmutableExploreResultImmutableExploreResult.of(ExploreResult.Links<AgentId, AgentId> agentLinks, ExploreResult.Links<AgentId, TargetId> targetLinks) Construct a new immutableExploreResultinstance.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.