Method

sealed abstract class Method(val value: Int) extends GeneratedEnum
Companion:
object
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CONNECT.type
object DELETE.type
object GET.type
object HEAD.type
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
object TRACE.type
object UNKNOWN.type

Type members

Types

Value members

Concrete methods

final def asRecognized: Option[Recognized]
def companion: GeneratedEnumCompanion[Method]
def isConnect: Boolean
def isDelete: Boolean
def isGet: Boolean
def isHead: Boolean
def isOptions: Boolean
def isPatch: Boolean
def isPost: Boolean
def isPut: Boolean
def isTrace: Boolean
def isUnknown: Boolean

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def index: Int
Inherited from:
GeneratedEnum
def isUnrecognized: Boolean
Inherited from:
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
def name: String
Inherited from:
GeneratedEnum
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor
Inherited from:
GeneratedEnum
override def toString: String
Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Concrete fields

val value: Int