AbsolutePath

sttp.model.Uri.AbsolutePath
case class AbsolutePath(segments: Seq[Segment]) extends PathSegments

Attributes

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

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
override def withSegments(ss: Seq[Segment]): AbsolutePath

Attributes

Definition Classes

Inherited methods

def add(ps: Seq[String]): PathSegments

Attributes

Inherited from:
PathSegments
def add(p: String, ps: String*): PathSegments

Attributes

Inherited from:
PathSegments

Attributes

Inherited from:
PathSegments

Attributes

Inherited from:
PathSegments

Attributes

Inherited from:
PathSegments
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withS(ps: Seq[String]): PathSegments

Attributes

Inherited from:
PathSegments
def withS(p: String, ps: String*): PathSegments

Attributes

Inherited from:
PathSegments

Attributes

Inherited from:
PathSegments

Attributes

Inherited from:
PathSegments