implicit final class UrlObjectMutableBuilder[Self <: UrlObject] extends AnyVal
- Annotations
- @inline()
- Source
- urlMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UrlObjectMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UrlObjectMutableBuilder(x: Self)
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 getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setAuth(value: java.lang.String): Self
- Annotations
- @inline()
- def setAuthNull: Self
- Annotations
- @inline()
- def setAuthUndefined: Self
- Annotations
- @inline()
- def setHash(value: java.lang.String): Self
- Annotations
- @inline()
- def setHashNull: Self
- Annotations
- @inline()
- def setHashUndefined: Self
- Annotations
- @inline()
- def setHost(value: java.lang.String): Self
- Annotations
- @inline()
- def setHostNull: Self
- Annotations
- @inline()
- def setHostUndefined: Self
- Annotations
- @inline()
- def setHostname(value: java.lang.String): Self
- Annotations
- @inline()
- def setHostnameNull: Self
- Annotations
- @inline()
- def setHostnameUndefined: Self
- Annotations
- @inline()
- def setHref(value: java.lang.String): Self
- Annotations
- @inline()
- def setHrefNull: Self
- Annotations
- @inline()
- def setHrefUndefined: Self
- Annotations
- @inline()
- def setPathname(value: java.lang.String): Self
- Annotations
- @inline()
- def setPathnameNull: Self
- Annotations
- @inline()
- def setPathnameUndefined: Self
- Annotations
- @inline()
- def setPort(value: |[java.lang.String, Double]): Self
- Annotations
- @inline()
- def setPortNull: Self
- Annotations
- @inline()
- def setPortUndefined: Self
- Annotations
- @inline()
- def setProtocol(value: java.lang.String): Self
- Annotations
- @inline()
- def setProtocolNull: Self
- Annotations
- @inline()
- def setProtocolUndefined: Self
- Annotations
- @inline()
- def setQuery(value: |[java.lang.String, ParsedUrlQueryInput]): Self
- Annotations
- @inline()
- def setQueryNull: Self
- Annotations
- @inline()
- def setQueryUndefined: Self
- Annotations
- @inline()
- def setSearch(value: java.lang.String): Self
- Annotations
- @inline()
- def setSearchNull: Self
- Annotations
- @inline()
- def setSearchUndefined: Self
- Annotations
- @inline()
- def setSlashes(value: Boolean): Self
- Annotations
- @inline()
- def setSlashesNull: Self
- Annotations
- @inline()
- def setSlashesUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self