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

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

    • comments

      protected List<GqlComment> comments
      List of comments
    • name

      protected String name
      Name of the argument
    • value

      protected GqlValue value
  • Konstruktordetails

    • GqlArgument

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

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

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

      Parameter:
      comments - List of comments
      name - Name of the argument
      value - var.name
    • GqlArgument

      protected GqlArgument()
  • Methodendetails