Class HttpMethod

java.lang.Object
com.here.platform.data.client.base.http.HttpMethod
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Direct Known Subclasses:
HttpMethod.CONNECT$, HttpMethod.DELETE$, HttpMethod.GET$, HttpMethod.HEAD$, HttpMethod.OPTIONS$, HttpMethod.PATCH$, HttpMethod.POST$, HttpMethod.PUT$, HttpMethod.TRACE$

public class HttpMethod extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • HttpMethod

      public HttpMethod(String name)
  • Method Details