public class Stars extends Object implements com.google.gerrit.extensions.restapi.ChildCollection<AccountResource,AccountResource.Star>
Modifier and Type | Class and Description |
---|---|
static class |
Stars.Get |
static class |
Stars.ListStarredChanges |
static class |
Stars.Post |
Modifier and Type | Method and Description |
---|---|
Stars.ListStarredChanges |
list() |
AccountResource.Star |
parse(AccountResource parent,
com.google.gerrit.extensions.restapi.IdString id) |
com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<AccountResource.Star>> |
views() |
public AccountResource.Star parse(AccountResource parent, com.google.gerrit.extensions.restapi.IdString id) throws com.google.gerrit.extensions.restapi.ResourceNotFoundException, com.google.gwtorm.server.OrmException
parse
in interface com.google.gerrit.extensions.restapi.RestCollection<AccountResource,AccountResource.Star>
com.google.gerrit.extensions.restapi.ResourceNotFoundException
com.google.gwtorm.server.OrmException
public com.google.gerrit.extensions.registration.DynamicMap<com.google.gerrit.extensions.restapi.RestView<AccountResource.Star>> views()
views
in interface com.google.gerrit.extensions.restapi.RestCollection<AccountResource,AccountResource.Star>
public Stars.ListStarredChanges list()
list
in interface com.google.gerrit.extensions.restapi.RestCollection<AccountResource,AccountResource.Star>