Class Projects.QueryRequest
java.lang.Object
com.google.gerrit.extensions.api.projects.Projects.QueryRequest
- Enclosing interface:
- Projects
API for setting parameters and getting result. Used for 
query().- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
QueryRequestpublic QueryRequest()
 
- 
- 
Method Details- 
getExecute query and returns the matched projects as list.- Throws:
- RestApiException
 
- 
withQuerySet query.- Parameters:
- query- needs to be in human-readable form.
 
- 
withLimitSet limit for returned list of projects. Optional; server-default is used when not provided.
- 
withStartSet number of projects to skip. Optional; no projects are skipped when not provided.
- 
getQuery
- 
getLimitpublic int getLimit()
- 
getStartpublic int getStart()
 
-