Uses of Class
com.chutneytesting.agent.domain.explore.ImmutableExploreResult.Links.Builder
Packages that use ImmutableExploreResult.Links.Builder
-
Uses of ImmutableExploreResult.Links.Builder in com.chutneytesting.agent.domain.explore
Methods in com.chutneytesting.agent.domain.explore that return ImmutableExploreResult.Links.BuilderModifier and TypeMethodDescriptionImmutableExploreResult.Links.Builder.addAllLinks(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> elements) Adds elements tolinksset.ImmutableExploreResult.Links.Builder.addLinks(ExploreResult.Link<SOURCE, DESTINATION> element) Adds one element tolinksset.ImmutableExploreResult.Links.Builder.addLinks(ExploreResult.Link<SOURCE, DESTINATION>... elements) Adds elements tolinksset.static <SOURCE,DESTINATION>
ImmutableExploreResult.Links.Builder<SOURCE,DESTINATION> ImmutableExploreResult.Links.builder()Creates a builder forLinks.ImmutableExploreResult.Links.Builder.from(ExploreResult.Links<SOURCE, DESTINATION> instance) Fill a builder with attribute values from the providedLinksinstance.ImmutableExploreResult.Links.Builder.links(Iterable<? extends ExploreResult.Link<SOURCE, DESTINATION>> elements) Sets or replaces all elements forlinksset.