final class PactDslRequestWithoutPathOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PactDslRequestWithoutPathOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PactDslRequestWithoutPathOps(builder: PactDslRequestWithoutPath)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def body[A](body: A, mimeType: String, charset: String)(implicit ev: PactBodyJsonEncoder[A]): PactDslRequestWithoutPath
- def body[A](body: A, mimeType: String)(implicit ev: PactBodyJsonEncoder[A]): PactDslRequestWithoutPath
- def body[A](body: A)(implicit ev: PactBodyJsonEncoder[A]): PactDslRequestWithoutPath
- val builder: PactDslRequestWithoutPath
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def headers(header: (String, String), rest: (String, String)*): PactDslRequestWithoutPath
- def headers(headers: Map[String, String]): PactDslRequestWithoutPath
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any