Package | Description |
---|---|
com.google.api.services.keep.v1 | |
com.google.api.services.keep.v1.model |
Modifier and Type | Method and Description |
---|---|
Keep.Notes.Create |
Keep.Notes.create(Note content)
Creates a new note.
|
Constructor and Description |
---|
Create(Note content)
Creates a new note.
|
Modifier and Type | Method and Description |
---|---|
Note |
Note.clone() |
Note |
Note.set(String fieldName,
Object value) |
Note |
Note.setAttachments(List<Attachment> attachments)
Output only.
|
Note |
Note.setBody(Section body)
The body of the note.
|
Note |
Note.setCreateTime(String createTime)
Output only.
|
Note |
Note.setName(String name)
Output only.
|
Note |
Note.setPermissions(List<Permission> permissions)
Output only.
|
Note |
Note.setTitle(String title)
The title of the note.
|
Note |
Note.setTrashed(Boolean trashed)
Output only.
|
Note |
Note.setTrashTime(String trashTime)
Output only.
|
Note |
Note.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Note> |
ListNotesResponse.getNotes()
A page of notes.
|
Modifier and Type | Method and Description |
---|---|
ListNotesResponse |
ListNotesResponse.setNotes(List<Note> notes)
A page of notes.
|
Copyright © 2011–2025 Google. All rights reserved.