Package openGql.grammar
Class RelativeDirectoryAndSchema.Builder
- java.lang.Object
-
- openGql.grammar.RelativeDirectoryAndSchema.Builder
-
- Enclosing class:
- RelativeDirectoryAndSchema
public static final class RelativeDirectoryAndSchema.Builder extends java.lang.ObjectA fluent builder forRelativeDirectoryAndSchema.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelativeDirectoryAndSchemabuild()Builds an immutableRelativeDirectoryAndSchema.RelativeDirectoryAndSchema.BuilderdirectoryPath(RelativeDirectoryPath directoryPath)RelativeDirectoryAndSchema.BuilderschemaName(java.lang.String schemaName)
-
-
-
Method Detail
-
directoryPath
public RelativeDirectoryAndSchema.Builder directoryPath(RelativeDirectoryPath directoryPath)
-
schemaName
public RelativeDirectoryAndSchema.Builder schemaName(java.lang.String schemaName)
-
build
public RelativeDirectoryAndSchema build()
Builds an immutableRelativeDirectoryAndSchema.
-
-