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