Class OpenDynamicUnionType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<OpenDynamicUnionType>

    public class OpenDynamicUnionType
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<OpenDynamicUnionType>
    A GQL open dynamic union type
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.OpenDynamicUnionType type.
      • VALUE

        public static final Name VALUE
        Name of the openGql.grammar.OpenDynamicUnionType.value field.
      • NOT_NULL

        public static final Name NOT_NULL
        Name of the openGql.grammar.OpenDynamicUnionType.notNull field.
      • value

        public final java.lang.Boolean value
      • notNull

        public final java.lang.Boolean notNull
    • Constructor Detail

      • OpenDynamicUnionType

        public OpenDynamicUnionType​(java.lang.Boolean value,
                                    java.lang.Boolean notNull)
        Constructs an immutable OpenDynamicUnionType.