Class ProjectApi.ListRefsRequest<T extends RefInfo>
- java.lang.Object
- 
- com.google.gerrit.extensions.api.projects.ProjectApi.ListRefsRequest<T>
 
- 
- Enclosing interface:
- ProjectApi
 
 public abstract static class ProjectApi.ListRefsRequest<T extends RefInfo> extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ListRefsRequest()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<T>get()intgetLimit()StringgetRegex()intgetStart()StringgetSubstring()ProjectApi.ListRefsRequest<T>withLimit(int limit)ProjectApi.ListRefsRequest<T>withRegex(String regex)ProjectApi.ListRefsRequest<T>withStart(int start)ProjectApi.ListRefsRequest<T>withSubstring(String substring)
 
- 
- 
- 
Method Detail- 
getpublic abstract List<T> get() throws RestApiException - Throws:
- RestApiException
 
 - 
withLimitpublic ProjectApi.ListRefsRequest<T> withLimit(int limit) 
 - 
withStartpublic ProjectApi.ListRefsRequest<T> withStart(int start) 
 - 
withSubstringpublic ProjectApi.ListRefsRequest<T> withSubstring(String substring) 
 - 
withRegexpublic ProjectApi.ListRefsRequest<T> withRegex(String regex) 
 - 
getLimitpublic int getLimit() 
 - 
getStartpublic int getStart() 
 - 
getSubstringpublic String getSubstring() 
 - 
getRegexpublic String getRegex() 
 
- 
 
-