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

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

    • arguments

      protected List<GqlArgument> arguments
      List of arguments
    • comments

      protected List<GqlComment> comments
      List of comments
    • name

      protected String name
      Name of the directive
  • Konstruktordetails

    • GqlDirective

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

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

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

      Parameter:
      arguments - List of arguments
      comments - List of comments
      name - Name of the directive
    • GqlDirective

      protected GqlDirective()
  • Methodendetails