Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult.Builder
-
Packages that use ImmutableExploreResult.Builder Package Description com.chutneytesting.agent.domain.explore -
-
Uses of ImmutableExploreResult.Builder in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResult.Builder Modifier and Type Method Description ImmutableExploreResult.BuilderImmutableExploreResult.Builder. agentLinks(ExploreResult.Links<AgentId,AgentId> agentLinks)Initializes the value for theagentLinksattribute.static ImmutableExploreResult.BuilderImmutableExploreResult. builder()Creates a builder forImmutableExploreResult.ImmutableExploreResult.BuilderImmutableExploreResult.Builder. from(ExploreResult instance)Fill a builder with attribute values from the providedExploreResultinstance.ImmutableExploreResult.BuilderImmutableExploreResult.Builder. targetLinks(ExploreResult.Links<AgentId,TargetId> targetLinks)Initializes the value for thetargetLinksattribute.
-