Standard

oxygen.web.model.HttpCode.Standard
See theStandard companion object
sealed abstract class Standard(code: Int, name: String) extends HttpCode, Enum[Standard]

Attributes

Companion
object
Graph
Supertypes
trait Enum[Standard]
class HttpCode
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

final def is1xx: Boolean

Attributes

Inherited from:
HttpCode
final def is2xx: Boolean

Attributes

Inherited from:
HttpCode
final def is3xx: Boolean

Attributes

Inherited from:
HttpCode
final def is4xx: Boolean

Attributes

Inherited from:
HttpCode
final def is4xxOr5xx: Boolean

Attributes

Inherited from:
HttpCode
final def is5xx: Boolean

Attributes

Inherited from:
HttpCode
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
HttpCode -> Any
Inherited from:
HttpCode