public abstract static class ProjectApi.ListRefsRequest<T extends RefInfo> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
limit |
protected String |
regex |
protected int |
start |
protected String |
substring |
Constructor and Description |
---|
ListRefsRequest() |
Modifier and Type | Method and Description |
---|---|
abstract List<T> |
get() |
int |
getLimit() |
String |
getRegex() |
int |
getStart() |
String |
getSubstring() |
ProjectApi.ListRefsRequest<T> |
withLimit(int limit) |
ProjectApi.ListRefsRequest<T> |
withRegex(String regex) |
ProjectApi.ListRefsRequest<T> |
withStart(int start) |
ProjectApi.ListRefsRequest<T> |
withSubstring(String substring) |
protected int limit
protected int start
protected String substring
protected String regex
public abstract List<T> get() throws RestApiException
RestApiException
public ProjectApi.ListRefsRequest<T> withLimit(int limit)
public ProjectApi.ListRefsRequest<T> withStart(int start)
public ProjectApi.ListRefsRequest<T> withSubstring(String substring)
public ProjectApi.ListRefsRequest<T> withRegex(String regex)
public int getLimit()
public int getStart()
public String getSubstring()
public String getRegex()