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