Package openGql.grammar
Class DropGraphTypeStatement.Builder
- java.lang.Object
-
- openGql.grammar.DropGraphTypeStatement.Builder
-
- Enclosing class:
- DropGraphTypeStatement
public static final class DropGraphTypeStatement.Builder extends java.lang.ObjectA fluent builder forDropGraphTypeStatement.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DropGraphTypeStatementbuild()Builds an immutableDropGraphTypeStatement.DropGraphTypeStatement.BuilderifExists(java.lang.Boolean ifExists)DropGraphTypeStatement.BuilderparentAndName(CatalogGraphTypeParentAndName parentAndName)
-
-
-
Method Detail
-
ifExists
public DropGraphTypeStatement.Builder ifExists(java.lang.Boolean ifExists)
-
parentAndName
public DropGraphTypeStatement.Builder parentAndName(CatalogGraphTypeParentAndName parentAndName)
-
build
public DropGraphTypeStatement build()
Builds an immutableDropGraphTypeStatement.
-
-