PathItemOps

final class PathItemOps(val item: PathItem) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def withGet(schema: ReferenceOr[Schema]): PathItem
def withPost(inSchema: ReferenceOr[Schema], outSchema: Option[ReferenceOr[Schema]]): PathItem
def withPost(inSchema: ReferenceOr[Schema], f: Operation => Operation): PathItem
def withPut(inSchema: ReferenceOr[Schema], outSchema: Option[ReferenceOr[Schema]]): PathItem
def withPut(inSchema: ReferenceOr[Schema], f: Operation => Operation): PathItem

Concrete fields

val item: PathItem