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