| 修飾子とタイプ | メソッドと説明 |
|---|---|
URIBuilderTiny |
URIBuilderTiny.addQueryParameter(String key,
Object value)
Add a query parameter.
|
URIBuilderTiny |
URIBuilderTiny.addQueryParameters(Map<String,?> queryParameters)
Add query parameters.
|
URIBuilderTiny |
URIBuilderTiny.addRawQueryParameter(String key,
Object value)
Add a query parameter as raw string.
|
URIBuilderTiny |
URIBuilderTiny.addRawQueryParameters(Map<String,?> queryParameters)
Add query parameter as raw string.
|
URIBuilderTiny |
URIBuilderTiny.appendPaths(List<?> paths)
Append paths to current paths.
|
URIBuilderTiny |
URIBuilderTiny.appendPaths(Object... paths)
Append paths to current paths.
|
URIBuilderTiny |
URIBuilderTiny.appendPathsByString(String paths)
Append paths to current paths by string.
|
URIBuilderTiny |
URIBuilderTiny.appendRawPaths(List<?> paths)
Append paths to current paths as raw string.
|
URIBuilderTiny |
URIBuilderTiny.appendRawPaths(Object... paths)
Append paths to current paths as raw string.
|
URIBuilderTiny |
URIBuilderTiny.appendRawPathsByString(String paths)
Append paths to current paths by string.
|
URIBuilderTiny |
URIBuilderTiny.forceRemoveTrailingSlash(boolean shouldRemove)
Set flag to decide to remove trailing slash.
|
URIBuilderTiny |
URIBuilderTinyProviderWithBase.getBuilder()
Provide an instance of
URIBuilderTiny. |
URIBuilderTiny |
URIBuilderTiny.setFragment(String fragment)
Set a fragment.
|
URIBuilderTiny |
URIBuilderTiny.setHost(String host)
Set a host.
|
URIBuilderTiny |
URIBuilderTiny.setPaths(List<?> paths)
Set paths.
|
URIBuilderTiny |
URIBuilderTiny.setPaths(Object... paths)
Set paths.
|
URIBuilderTiny |
URIBuilderTiny.setPathsByString(String paths)
Set paths by string.
|
URIBuilderTiny |
URIBuilderTiny.setPort(int port)
Set port number.
|
URIBuilderTiny |
URIBuilderTiny.setQueryParameter(String key,
Object value)
Set a query parameter.
|
<T> URIBuilderTiny |
URIBuilderTiny.setQueryParameters(Map<String,T> queryParameters)
Set query parameters.
|
URIBuilderTiny |
URIBuilderTiny.setRawFragment(String fragment)
Set a fragment as raw string.
|
URIBuilderTiny |
URIBuilderTiny.setRawHost(String host)
Set a host as raw string.
|
URIBuilderTiny |
URIBuilderTiny.setRawPaths(List<?> paths)
Set paths as raw string.
|
URIBuilderTiny |
URIBuilderTiny.setRawPaths(Object... paths)
Set paths as raw string.
|
URIBuilderTiny |
URIBuilderTiny.setRawPathsByString(String paths)
Set paths by string.
|
URIBuilderTiny |
URIBuilderTiny.setRawQueryParameter(String key,
Object value)
Set query parameter as raw string.
|
<T> URIBuilderTiny |
URIBuilderTiny.setRawQueryParameters(Map<String,T> queryParameters)
Set query parameters as raw string.
|
URIBuilderTiny |
URIBuilderTiny.setScheme(String scheme)
Set a scheme.
|
Copyright © 2016. All rights reserved.