Pattern

sealed
trait Pattern extends GeneratedOneof
Companion
object
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Custom
class Delete
object Empty
class Get
class Patch
class Post
class Put

Type members

Inherited types

Inherited from
GeneratedOneof

Value members

Concrete methods

def delete: Option[String]
def get: Option[String]
def isCustom: Boolean
def isDefined: Boolean
def isDelete: Boolean
def isEmpty: Boolean
def isGet: Boolean
def isPatch: Boolean
def isPost: Boolean
def isPut: Boolean
def patch: Option[String]
def post: Option[String]
def put: Option[String]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def number: Int
Inherited from
GeneratedOneof
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 value: ValueType
Inherited from
GeneratedOneof
def valueOption: Option[ValueType]
Inherited from
GeneratedOneof