OneOf

oxygen.http.schema.ExpectedStatuses.OneOf
final case class OneOf(statuses: Set[Status]) extends ExpectedStatuses

Attributes

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

Members list

Value members

Inherited methods

final def contains(s: Status): Boolean

Attributes

Inherited from:
ExpectedStatuses
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product