Package openGql.grammar
Class AllShortestPathSearch.Builder
- java.lang.Object
-
- openGql.grammar.AllShortestPathSearch.Builder
-
- Enclosing class:
- AllShortestPathSearch
public static final class AllShortestPathSearch.Builder extends java.lang.ObjectA fluent builder forAllShortestPathSearch.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllShortestPathSearchbuild()Builds an immutableAllShortestPathSearch.AllShortestPathSearch.Buildermode(Optional<PathMode> mode)AllShortestPathSearch.BuilderorPaths(Optional<PathOrPaths> orPaths)
-
-
-
Method Detail
-
mode
public AllShortestPathSearch.Builder mode(Optional<PathMode> mode)
-
orPaths
public AllShortestPathSearch.Builder orPaths(Optional<PathOrPaths> orPaths)
-
build
public AllShortestPathSearch build()
Builds an immutableAllShortestPathSearch.
-
-