public class Forms.FormsOperations.Watches extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Forms.FormsOperations.Watches.Create |
class |
Forms.FormsOperations.Watches.Delete |
class |
Forms.FormsOperations.Watches.List |
class |
Forms.FormsOperations.Watches.Renew |
| Constructor and Description |
|---|
Watches() |
| Modifier and Type | Method and Description |
|---|---|
Forms.FormsOperations.Watches.Create |
create(String formId,
CreateWatchRequest content)
Create a new watch.
|
Forms.FormsOperations.Watches.Delete |
delete(String formId,
String watchId)
Delete a watch.
|
Forms.FormsOperations.Watches.List |
list(String formId)
Return a list of the watches owned by the invoking project.
|
Forms.FormsOperations.Watches.Renew |
renew(String formId,
String watchId,
RenewWatchRequest content)
Renew an existing watch for seven days.
|
public Forms.FormsOperations.Watches.Create create(String formId, CreateWatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. ID of the Form to watch.content - the CreateWatchRequestIOExceptionpublic Forms.FormsOperations.Watches.Delete delete(String formId, String watchId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. The ID of the Form.watchId - Required. The ID of the Watch to delete.IOExceptionpublic Forms.FormsOperations.Watches.List list(String formId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. ID of the Form whose watches to list.IOExceptionpublic Forms.FormsOperations.Watches.Renew renew(String formId, String watchId, RenewWatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. The ID of the Form.watchId - Required. The ID of the Watch to renew.content - the RenewWatchRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.