| Package | Description |
|---|---|
| client.repo.utils |
| Modifier and Type | Method and Description |
|---|---|
static UriBuilder |
FeedFilterUtils.apply(UriBuilder uriBuilder,
FeedFilter filter)
Apply the filter on the given URI.
|
static UriBuilder |
UriBuilder.fromEndpoint(String endpoint)
Create
UriBuilder starting from a given string. |
static UriBuilder |
UriBuilder.fromEndpoint(URI endpoint)
Create
UriBuilder starting from a given URI. |
UriBuilder |
UriBuilder.path(String path)
Add a path component to the URI.
|
UriBuilder |
UriBuilder.queryParam(String name,
Integer value)
Add a query param (e.g: ?param=key)
|
UriBuilder |
UriBuilder.queryParam(String name,
Long value)
Add a query param (e.g: ?param=key)
|
UriBuilder |
UriBuilder.queryParam(String name,
String value)
Add a query param (e.g: ?param=key)
|
| Modifier and Type | Method and Description |
|---|---|
static UriBuilder |
FeedFilterUtils.apply(UriBuilder uriBuilder,
FeedFilter filter)
Apply the filter on the given URI.
|
Copyright © 2015. All rights reserved.