public abstract class UriQueryBuilderImpl<Q extends UriQueryBuilder<?,T>,T> extends QueryBuilderImpl<Q,T> implements UriQueryBuilder<Q,T>
UriQueryBuilder implementation.feedUrl| Constructor and Description |
|---|
UriQueryBuilderImpl(java.lang.String urlTemplate) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
buildUri()
Used to create a URI from the given URL template.
|
appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, build, castThis, encode, maxResultsNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxResultsNumberpublic java.net.URI buildUri()
buildUri in interface UriQueryBuilder<Q extends UriQueryBuilder<?,T>,T>