Class Projects.ListRequest
- java.lang.Object
- 
- com.google.gerrit.extensions.api.projects.Projects.ListRequest
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classProjects.ListRequest.FilterType
 - 
Constructor SummaryConstructors Constructor Description ListRequest()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Projects.ListRequestaddShowBranch(String branch)List<ProjectInfo>get()abstract SortedMap<String,ProjectInfo>getAsMap()List<String>getBranches()booleangetDescription()Projects.ListRequest.FilterTypegetFilterType()intgetLimit()StringgetPrefix()StringgetRegex()booleangetShowTree()intgetStart()StringgetSubstring()Projects.ListRequestwithDescription(boolean description)Projects.ListRequestwithLimit(int limit)Projects.ListRequestwithPrefix(String prefix)Projects.ListRequestwithRegex(String regex)Projects.ListRequestwithStart(int start)Projects.ListRequestwithSubstring(String substring)Projects.ListRequestwithTree(boolean show)Projects.ListRequestwithType(Projects.ListRequest.FilterType type)
 
- 
- 
- 
Method Detail- 
getpublic List<ProjectInfo> get() throws RestApiException - Throws:
- RestApiException
 
 - 
getAsMappublic abstract SortedMap<String,ProjectInfo> getAsMap() throws RestApiException - Throws:
- RestApiException
 
 - 
withDescriptionpublic Projects.ListRequest withDescription(boolean description) 
 - 
withPrefixpublic Projects.ListRequest withPrefix(String prefix) 
 - 
withSubstringpublic Projects.ListRequest withSubstring(String substring) 
 - 
withRegexpublic Projects.ListRequest withRegex(String regex) 
 - 
withLimitpublic Projects.ListRequest withLimit(int limit) 
 - 
withStartpublic Projects.ListRequest withStart(int start) 
 - 
addShowBranchpublic Projects.ListRequest addShowBranch(String branch) 
 - 
withTreepublic Projects.ListRequest withTree(boolean show) 
 - 
withTypepublic Projects.ListRequest withType(Projects.ListRequest.FilterType type) 
 - 
getDescriptionpublic boolean getDescription() 
 - 
getPrefixpublic String getPrefix() 
 - 
getSubstringpublic String getSubstring() 
 - 
getRegexpublic String getRegex() 
 - 
getLimitpublic int getLimit() 
 - 
getStartpublic int getStart() 
 - 
getShowTreepublic boolean getShowTree() 
 - 
getFilterTypepublic Projects.ListRequest.FilterType getFilterType() 
 
- 
 
-