Klasse GqlStringValue

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

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

    • comments

      protected List<GqlComment> comments
      List of comments
    • value

      protected String value
      String value
  • Konstruktordetails

    • GqlStringValue

      public GqlStringValue(Consumer<GqlStringValue> spec)
      Constructs a validated instance of GqlStringValue.
      Parameter:
      spec - the specification to process
    • GqlStringValue

      @Internal public GqlStringValue(List<GqlComment> comments, String value)
      Constructs a validated instance of GqlStringValue.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using GqlStringValue(Consumer) instead.

      Parameter:
      comments - List of comments
      value - String value
    • GqlStringValue

      protected GqlStringValue()
  • Methodendetails