Method

enterprise.Method
See theMethod companion object
enum Method

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case DELETE extends Method
case GET extends Method
case POST extends Method
case PUT extends Method
final case class Unknown(raw: String)