| Package | Description |
|---|---|
| com.google.api.services.keep.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Section |
Section.clone() |
Section |
Note.getBody()
The body of the note.
|
Section |
Section.set(String fieldName,
Object value) |
Section |
Section.setList(ListContent list)
Used if this section's content is a list.
|
Section |
Section.setText(TextContent text)
Used if this section's content is a block of text.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.setBody(Section body)
The body of the note.
|
Copyright © 2011–2025 Google. All rights reserved.