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