class StringMethodSegment[B] extends MethodSegment[B, String]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringMethodSegment
- MethodSegment
- Segment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StringMethodSegment(method: Method, theBody: Option[B] = None, queryParams: Map[String, Option[HttpParam]], queryString: Option[TypedQueryParams] = None, formParams: Map[String, Option[HttpParam]] = Map.empty, multipartParams: List[BodyPart] = List.empty, binaryParam: Option[BinaryRequest] = None, expectedAcceptHeader: Option[String] = None, expectedContentTypeHeader: Option[String] = None, req: RequestBuilder)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
_requestBuilder: RequestBuilder
- Attributes
- protected
- Definition Classes
- MethodSegment → Segment
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
body: Option[B]
- Definition Classes
- MethodSegment
- def call()(implicit bodyFormat: Format[B]): Future[Response[String]]
- def callWithPrimitiveBody(): Future[Response[String]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
formParameterMap: Map[String, HttpParam]
- Attributes
- protected
- Definition Classes
- MethodSegment
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
isFormUrlEncoded: Boolean
- Definition Classes
- MethodSegment
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jsonBodyToString()(implicit bodyFormat: Format[B]): (RequestBuilder, Option[String])
- Definition Classes
- MethodSegment
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
queryParameterMap: Map[String, HttpParam]
- Attributes
- protected
- Definition Classes
- MethodSegment
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )