public class AlertCenter.Alerts.Feedback extends Object
Modifier and Type | Class and Description |
---|---|
class |
AlertCenter.Alerts.Feedback.Create |
class |
AlertCenter.Alerts.Feedback.List |
Constructor and Description |
---|
Feedback() |
Modifier and Type | Method and Description |
---|---|
AlertCenter.Alerts.Feedback.Create |
create(String alertId,
AlertFeedback content)
Creates new feedback for an alert.
|
AlertCenter.Alerts.Feedback.List |
list(String alertId)
Lists all the feedback for an alert.
|
public AlertCenter.Alerts.Feedback.Create create(String alertId, AlertFeedback content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.alertId
- Required. The identifier of the alert this feedback belongs to.content
- the AlertFeedback
IOException
public AlertCenter.Alerts.Feedback.List list(String alertId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.alertId
- Required. The alert identifier. The "-" wildcard could be used to represent all alerts.IOException
Copyright © 2011–2024 Google. All rights reserved.