Modifier and Type | Class and Description |
---|---|
class |
Keep.Notes.Create |
class |
Keep.Notes.Delete |
class |
Keep.Notes.Get |
class |
Keep.Notes.List |
class |
Keep.Notes.Permissions
The "permissions" collection of methods.
|
Constructor and Description |
---|
Notes() |
Modifier and Type | Method and Description |
---|---|
Keep.Notes.Create |
create(Note content)
Creates a new note.
|
Keep.Notes.Delete |
delete(String name)
Deletes a note.
|
Keep.Notes.Get |
get(String name)
Gets a note.
|
Keep.Notes.List |
list()
Lists notes.
|
Keep.Notes.Permissions |
permissions()
An accessor for creating requests from the Permissions collection.
|
public Keep.Notes.Create create(Note content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Note
IOException
public Keep.Notes.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Name of the note to delete.IOException
public Keep.Notes.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Name of the resource.IOException
public Keep.Notes.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public Keep.Notes.Permissions permissions()
The typical use is:
Keep keep = new Keep(...);
Keep.Permissions.List request = keep.permissions().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.