Class Changes.QueryRequest
java.lang.Object
com.google.gerrit.extensions.api.changes.Changes.QueryRequest
- Enclosing interface:
- Changes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract List<ChangeInfo>get()booleanintgetLimit()booleangetQuery()intgetStart()toString()withAllowIncompleteResults(boolean allow) withLimit(int limit) withOption(ListChangesOption options) Set an option on the request, appending to existing options.withOptions(ListChangesOption... options) Set options on the request, appending to existing options.withOptions(Set<ListChangesOption> options) Set options on the request, replacing existing options.withPluginOption(String name, String value) Set a plugin option on the request, appending to existing options.withPluginOptions(com.google.common.collect.ListMultimap<String, String> options) Set a plugin option on the request, replacing existing options.withStart(int start) 
- 
Constructor Details- 
QueryRequestpublic QueryRequest()
 
- 
- 
Method Details- 
get- Throws:
- RestApiException
 
- 
withQuery
- 
withLimit
- 
withNoLimit
- 
withStart
- 
withAllowIncompleteResults
- 
withOptionSet an option on the request, appending to existing options.
- 
withOptionsSet options on the request, appending to existing options.
- 
withOptionsSet options on the request, replacing existing options.
- 
withPluginOptionSet a plugin option on the request, appending to existing options.
- 
withPluginOptionspublic Changes.QueryRequest withPluginOptions(com.google.common.collect.ListMultimap<String, String> options) Set a plugin option on the request, replacing existing options.
- 
getQuery
- 
getLimitpublic int getLimit()
- 
getNoLimitpublic boolean getNoLimit()
- 
getStartpublic int getStart()
- 
getAllowIncompleteResultspublic boolean getAllowIncompleteResults()
- 
getOptions
- 
getPluginOptions
- 
toString
 
-