All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.angular.ng.IHttpRequestConfigHeaders Maven / Gradle / Ivy

package net.java.html.lib.angular.ng;
public class IHttpRequestConfigHeaders extends net.java.html.lib.Objs {
  protected IHttpRequestConfigHeaders(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(IHttpRequestConfigHeaders.class);
    }
    @Override
    public IHttpRequestConfigHeaders create(java.lang.Object obj) {
      return obj == null ? null : new IHttpRequestConfigHeaders(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IHttpRequestConfigHeaders $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public java.lang.Object $get(java.lang.String requestType) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$get$307($js(this), requestType));
  }
  public net.java.html.lib.Objs.Property common = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "common");
  public net.java.html.lib.Objs.Property get = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "get");
  public net.java.html.lib.Objs.Property post = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "post");
  public net.java.html.lib.Objs.Property put = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "put");
  public net.java.html.lib.Objs.Property patch = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "patch");
  // skipping MethodKey{name={"kind":"FirstTypeNode","text":"$get","right":[]}, parameters=[java.lang.String]}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy