WithChange

interface WithChange(source)

Properties

Link copied to clipboard
abstract var authority: String?

The new authority, defaults to this Uri's authority.

Link copied to clipboard
abstract var fragment: String?

The new fragment, defaults to this Uri's fragment.

Link copied to clipboard
abstract var path: String?

The new path, defaults to this Uri's path.

Link copied to clipboard
abstract var query: String?

The new query, defaults to this Uri's query.

Link copied to clipboard
abstract var scheme: String?

The new scheme, defaults to this Uri's scheme.