Class Projects.ListRequest
java.lang.Object
com.google.gerrit.extensions.api.projects.Projects.ListRequest
- Enclosing interface:
- Projects
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddShowBranch(String branch) get()abstract SortedMap<String, ProjectInfo> getAsMap()booleanintgetLimit()getRegex()booleanintgetStart()getState()booleanisAll()withAll(boolean all) withDescription(boolean description) withLimit(int limit) withPrefix(String prefix) withStart(int start) withState(ProjectState state) withSubstring(String substring) withTree(boolean show) 
- 
Constructor Details- 
ListRequestpublic ListRequest()
 
- 
- 
Method Details- 
get- Throws:
- RestApiException
 
- 
getAsMap- Throws:
- RestApiException
 
- 
withDescription
- 
withPrefix
- 
withSubstring
- 
withRegex
- 
withLimit
- 
withStart
- 
addShowBranch
- 
withTree
- 
withType
- 
withAll
- 
withState
- 
getDescriptionpublic boolean getDescription()
- 
getPrefix
- 
getSubstring
- 
getRegex
- 
getLimitpublic int getLimit()
- 
getStartpublic int getStart()
- 
getBranches
- 
getShowTreepublic boolean getShowTree()
- 
getFilterType
- 
isAllpublic boolean isAll()
- 
getState
 
-