public class PutTopic extends Object implements com.google.gerrit.extensions.restapi.RestModifyView<ChangeResource,PutTopic.Input>, com.google.gerrit.extensions.webui.UiAction<ChangeResource>
Modifier and Type | Class and Description |
---|---|
static class |
PutTopic.Input |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.restapi.Response<String> |
apply(ChangeResource req,
PutTopic.Input input) |
com.google.gerrit.extensions.webui.UiAction.Description |
getDescription(ChangeResource resource) |
public com.google.gerrit.extensions.restapi.Response<String> apply(ChangeResource req, PutTopic.Input input) throws UpdateException, com.google.gerrit.extensions.restapi.RestApiException
apply
in interface com.google.gerrit.extensions.restapi.RestModifyView<ChangeResource,PutTopic.Input>
UpdateException
com.google.gerrit.extensions.restapi.RestApiException
public com.google.gerrit.extensions.webui.UiAction.Description getDescription(ChangeResource resource)
getDescription
in interface com.google.gerrit.extensions.webui.UiAction<ChangeResource>