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