Class ProjectApi.ListRefsRequest<T extends RefInfo>
java.lang.Object
com.google.gerrit.extensions.api.projects.ProjectApi.ListRefsRequest<T>
- Enclosing interface:
- ProjectApi
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected int
protected String
protected String
protected ListTagSortOption
protected int
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
boolean
int
getLimit()
getRegex()
int
getStart()
withDescendingOrder
(boolean descendingOrder) withLimit
(int limit) withNextPageToken
(String token) withSortBy
(ListTagSortOption sortBy) withStart
(int start) withSubstring
(String substring)
-
Field Details
-
limit
protected int limit -
start
protected int start -
descendingOrder
protected boolean descendingOrder -
substring
-
regex
-
nextPageToken
-
sortBy
-
-
Constructor Details
-
ListRefsRequest
public ListRefsRequest()
-
-
Method Details
-
get
- Throws:
RestApiException
-
withLimit
-
withStart
-
withDescendingOrder
-
withSortBy
-
withNextPageToken
-
withSubstring
-
withRegex
-
getLimit
public int getLimit() -
getStart
public int getStart() -
getDescendingOrder
public boolean getDescendingOrder() -
getSortBy
-
getNextPageToken
-
getSubstring
-
getRegex
-