Package openGql.grammar
Class TimestampWithoutTimeZoneType.Builder
- java.lang.Object
-
- openGql.grammar.TimestampWithoutTimeZoneType.Builder
-
- Enclosing class:
- TimestampWithoutTimeZoneType
public static final class TimestampWithoutTimeZoneType.Builder extends java.lang.ObjectA fluent builder forTimestampWithoutTimeZoneType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimestampWithoutTimeZoneTypebuild()Builds an immutableTimestampWithoutTimeZoneType.TimestampWithoutTimeZoneType.BuildernotNull(java.lang.Boolean notNull)
-
-
-
Method Detail
-
notNull
public TimestampWithoutTimeZoneType.Builder notNull(java.lang.Boolean notNull)
-
build
public TimestampWithoutTimeZoneType build()
Builds an immutableTimestampWithoutTimeZoneType.
-
-