UrlObjectMutableBuilder

@inline final class UrlObjectMutableBuilder[Self <: UrlObject](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setAuth(value: String): Self
@inline
def setAuthNull: Self
@inline
def setAuthUndefined: Self
@inline
def setHash(value: String): Self
@inline
def setHashNull: Self
@inline
def setHashUndefined: Self
@inline
def setHost(value: String): Self
@inline
def setHostNull: Self
@inline
def setHostUndefined: Self
@inline
def setHostname(value: String): Self
@inline
def setHostnameNull: Self
@inline
@inline
def setHref(value: String): Self
@inline
def setHrefNull: Self
@inline
def setHrefUndefined: Self
@inline
def setPathname(value: String): Self
@inline
def setPathnameNull: Self
@inline
@inline
def setPort(value: String | Double): Self
@inline
def setPortNull: Self
@inline
def setPortUndefined: Self
@inline
def setProtocol(value: String): Self
@inline
def setProtocolNull: Self
@inline
@inline
def setQuery(value: String | ParsedUrlQueryInput): Self
@inline
def setQueryNull: Self
@inline
@inline
def setSearch(value: String): Self
@inline
def setSearchNull: Self
@inline
@inline
def setSlashes(value: Boolean): Self
@inline
def setSlashesNull: Self
@inline

Concrete fields

val x: Self