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