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