fragment
Purpose
Sets the fragment part of the URL.Examples
UriBuilder.build {
base = "http://example.com"
fragment = "configuration"
}Provides the Jersey client library and a builder to simplify use of the library.
|
(Quick Reference)
fragmentPurposeSets the fragment part of the URL.ExamplesUriBuilder.build {
base = "http://example.com"
fragment = "configuration"
}DescriptionSets the fragment, which is used to automatically scroll down to the anchor with the same name automatically. |
Jersey Request Builder |