Class ProjectApi.ListRefsRequest<T extends RefInfo>
java.lang.Object
com.google.gerrit.extensions.api.projects.ProjectApi.ListRefsRequest<T>
- Enclosing interface:
- ProjectApi
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected intprotected Stringprotected Stringprotected ListTagSortOptionprotected intprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget()booleanintgetLimit()getRegex()intgetStart()withDescendingOrder(boolean descendingOrder) withLimit(int limit) withNextPageToken(String token) withSortBy(ListTagSortOption sortBy) withStart(int start) withSubstring(String substring) 
- 
Field Details- 
limitprotected int limit
- 
startprotected int start
- 
descendingOrderprotected boolean descendingOrder
- 
substring
- 
regex
- 
nextPageToken
- 
sortBy
 
- 
- 
Constructor Details- 
ListRefsRequestpublic ListRefsRequest()
 
- 
- 
Method Details- 
get- Throws:
- RestApiException
 
- 
withLimit
- 
withStart
- 
withDescendingOrder
- 
withSortBy
- 
withNextPageToken
- 
withSubstring
- 
withRegex
- 
getLimitpublic int getLimit()
- 
getStartpublic int getStart()
- 
getDescendingOrderpublic boolean getDescendingOrder()
- 
getSortBy
- 
getNextPageToken
- 
getSubstring
- 
getRegex
 
-