object Method extends Serializable
- Source
- Method.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Method
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ACL: Method
- val BASELINE-CONTROL: Method
- val BIND: Method
- val CHECKIN: Method
- val CHECKOUT: Method
- val CONNECT: Method
- val COPY: Method
- val DELETE: Method
- val GET: Method
- val HEAD: Method
- val LABEL: Method
- val LINK: Method
- val LOCK: Method
- val MERGE: Method
- val MKACTIVITY: Method
- val MKCALENDAR: Method
- val MKCOL: Method
- val MKREDIRECTREF: Method
- val MKWORKSPACE: Method
- val MOVE: Method
- val OPTIONS: Method
- val ORDERPATCH: Method
- val PATCH: Method
- val POST: Method
- val PRI: Method
- val PROPFIND: Method
- val PROPPATCH: Method
- val PUT: Method
- val REBIND: Method
- val REPORT: Method
- val SEARCH: Method
- val TRACE: Method
- val UNBIND: Method
- val UNCHECKOUT: Method
- val UNLINK: Method
- val UNLOCK: Method
- val UPDATE: Method
- val UPDATEREDIRECTREF: Method
- val VERSION-CONTROL: Method
- val all: List[Method]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val catsInstancesForHttp4sMethod: Show[Method] with Hash[Method] with Order[Method]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromString(s: String): ParseResult[Method]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()