Class UriQueryBuilderImpl<Q extends UriQueryBuilder<?,T>,T>
- java.lang.Object
-
- org.springframework.social.google.api.query.impl.QueryBuilderImpl<Q,T>
-
- org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl<Q,T>
-
- All Implemented Interfaces:
UriQueryBuilder<Q,T>,QueryBuilder<Q,T>
- Direct Known Subclasses:
CalendarGetQueryBuilderImpl,DeleteEventBuilderImpl,EventGetQueryBuilderImpl,QuickAddEventBuilderImpl,UpdateEventBuilderImpl
public abstract class UriQueryBuilderImpl<Q extends UriQueryBuilder<?,T>,T> extends QueryBuilderImpl<Q,T> implements UriQueryBuilder<Q,T>
UriQueryBuilderimplementation.- Author:
- Martin Wink
-
-
Field Summary
-
Fields inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
feedUrl
-
-
Constructor Summary
Constructors Constructor Description UriQueryBuilderImpl(String urlTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIbuildUri()Used to create a URI from the given URL template.-
Methods inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, build, castThis, encode, maxResultsNumber
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.social.google.api.query.QueryBuilder
maxResultsNumber
-
-
-
-
Constructor Detail
-
UriQueryBuilderImpl
public UriQueryBuilderImpl(String urlTemplate)
-
-
Method Detail
-
buildUri
public URI buildUri()
Used to create a URI from the given URL template.- Specified by:
buildUriin interfaceUriQueryBuilder<Q extends UriQueryBuilder<?,T>,T>- Returns:
- The URI
-
-