public class SuggestReviewers extends Object implements com.google.gerrit.extensions.restapi.RestReadView<ChangeResource>
Modifier and Type | Class and Description |
---|---|
static class |
SuggestReviewers.SuggestedReviewerInfo |
Modifier and Type | Method and Description |
---|---|
List<SuggestReviewers.SuggestedReviewerInfo> |
apply(ChangeResource rsrc) |
void |
setLimit(int l) |
void |
setQuery(String q) |
public void setLimit(int l)
public void setQuery(String q)
public List<SuggestReviewers.SuggestedReviewerInfo> apply(ChangeResource rsrc) throws com.google.gerrit.extensions.restapi.BadRequestException, com.google.gwtorm.server.OrmException, IOException
apply
in interface com.google.gerrit.extensions.restapi.RestReadView<ChangeResource>
com.google.gerrit.extensions.restapi.BadRequestException
com.google.gwtorm.server.OrmException
IOException