Klasse GqlBooleanValue

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlBooleanValue

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GqlBooleanValue extends Object
GqlBooleanValue
  • Felddetails

    • comments

      protected List<GqlComment> comments
      List of comments
    • value

      protected Boolean value
      Boolean value
  • Konstruktordetails

    • GqlBooleanValue

      @Internal public GqlBooleanValue(Consumer<GqlBooleanValue> spec)
      Constructs a validated implementation of GqlBooleanValue.
      Parameter:
      spec - the specification to process
    • GqlBooleanValue

      public GqlBooleanValue(List<GqlComment> comments, Boolean value)
    • GqlBooleanValue

      protected GqlBooleanValue()
  • Methodendetails