Class Projects.ListRequest
java.lang.Object
com.google.gerrit.extensions.api.projects.Projects.ListRequest
- Enclosing interface:
 - Projects
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
ListRequest
public ListRequest() 
 - 
 - 
Method Details
- 
get
- Throws:
 RestApiException
 - 
getAsMap
- Throws:
 RestApiException
 - 
withDescription
 - 
withPrefix
 - 
withSubstring
 - 
withRegex
 - 
withLimit
 - 
withStart
 - 
addShowBranch
 - 
withTree
 - 
withType
 - 
withAll
 - 
withState
 - 
getDescription
public boolean getDescription() - 
getPrefix
 - 
getSubstring
 - 
getRegex
 - 
getLimit
public int getLimit() - 
getStart
public int getStart() - 
getBranches
 - 
getShowTree
public boolean getShowTree() - 
getFilterType
 - 
isAll
public boolean isAll() - 
getState
 
 -