uri
Purpose
URI of the request.Examples
jerseyRequestBuilder.get {
uri = "http://example.com"
}Description
The value for this property can either be aString or a URI instance.Using theUriBuilderto generate aURIinstance, and assigning that to theuriproperty of Jersey Request Builder is a powerful combination to build dynamic paths.