Class FileCommentQueryBuilderImpl
- java.lang.Object
-
- org.springframework.social.google.api.query.impl.QueryBuilderImpl<Q,T>
-
- org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl<FileCommentQueryBuilder,FileCommentsPage>
-
- org.springframework.social.google.api.drive.impl.FileCommentQueryBuilderImpl
-
- All Implemented Interfaces:
FileCommentQueryBuilder,ApiQueryBuilder<FileCommentQueryBuilder,FileCommentsPage>,QueryBuilder<FileCommentQueryBuilder,FileCommentsPage>
public class FileCommentQueryBuilderImpl extends ApiQueryBuilderImpl<FileCommentQueryBuilder,FileCommentsPage> implements FileCommentQueryBuilder
FileCommentQueryBuilderimplementation.- Author:
- Gabriel Axel
-
-
Field Summary
-
Fields inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
feedUrl
-
-
Constructor Summary
Constructors Constructor Description FileCommentQueryBuilderImpl(String feedUrl, Class<FileCommentsPage> type, org.springframework.web.client.RestTemplate restTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileCommentQueryBuildersetIncludeDeleted(boolean includeDeleted)FileCommentQueryBuildersetUpdatedMin(Date updatedMin)-
Methods inherited from class org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl
fromPage, getPage
-
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.ApiQueryBuilder
fromPage, getPage
-
Methods inherited from interface org.springframework.social.google.api.query.QueryBuilder
maxResultsNumber
-
-
-
-
Constructor Detail
-
FileCommentQueryBuilderImpl
public FileCommentQueryBuilderImpl(String feedUrl, Class<FileCommentsPage> type, org.springframework.web.client.RestTemplate restTemplate)
-
-
Method Detail
-
setIncludeDeleted
public FileCommentQueryBuilder setIncludeDeleted(boolean includeDeleted)
- Specified by:
setIncludeDeletedin interfaceFileCommentQueryBuilder
-
setUpdatedMin
public FileCommentQueryBuilder setUpdatedMin(Date updatedMin)
- Specified by:
setUpdatedMinin interfaceFileCommentQueryBuilder
-
-