Class HttpMethod.GET$
java.lang.Object
com.here.platform.data.client.base.http.HttpMethod
com.here.platform.data.client.base.http.HttpMethod.GET$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- HttpMethod
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.here.platform.data.client.base.http.HttpMethod
HttpMethod.CONNECT$, HttpMethod.DELETE$, HttpMethod.GET$, HttpMethod.HEAD$, HttpMethod.OPTIONS$, HttpMethod.PATCH$, HttpMethod.POST$, HttpMethod.PUT$, HttpMethod.TRACE$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpMethod.GET$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.here.platform.data.client.base.http.HttpMethod
nameMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GET$
public GET$()
-