Str

final case class Str(content: String, contentType: Option[String]) extends Body
trait Serializable
trait Product
trait Equals
trait Body
class Object
trait Matchable
class Any

Value members

Concrete methods

def isContentTypeJson: Boolean
def isEmpty: Boolean

Inherited methods

def isNormalised: Boolean
Inherited from:
Body
Inherited from:
Body
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product