Class Plugins.ListRequest
java.lang.Object
com.google.gerrit.extensions.api.plugins.Plugins.ListRequest
- Enclosing interface:
 - Plugins
 
- 
Constructor Details
- 
ListRequest
public ListRequest() 
 - 
 - 
Method Details
- 
get
- Throws:
 RestApiException
 - 
getAsMap
- Throws:
 RestApiException
 - 
all
 - 
getAll
public boolean getAll() - 
limit
 - 
getLimit
public int getLimit() - 
start
 - 
getStart
public int getStart() - 
substring
 - 
getSubstring
 - 
prefix
 - 
getPrefix
 - 
regex
 - 
getRegex
 
 -