public class NotesConvertRequestBodyV2026R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
NotesConvertRequestBodyV2026R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
content
The content to convert to a note.
|
protected EnumWrapper<NotesConvertRequestBodyV2026R0ContentFormatField> |
contentFormat
Format of the content to convert.
|
protected String |
name
The name for the created note.
|
protected FolderReferenceV2026R0 |
parent |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
NotesConvertRequestBodyV2026R0(NotesConvertRequestBodyV2026R0.Builder builder) |
|
NotesConvertRequestBodyV2026R0(String content,
FolderReferenceV2026R0 parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
EnumWrapper<NotesConvertRequestBodyV2026R0ContentFormatField> |
getContentFormat() |
String |
getName() |
FolderReferenceV2026R0 |
getParent() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String content
protected EnumWrapper<NotesConvertRequestBodyV2026R0ContentFormatField> contentFormat
protected final FolderReferenceV2026R0 parent
public NotesConvertRequestBodyV2026R0(String content, FolderReferenceV2026R0 parent, String name)
protected NotesConvertRequestBodyV2026R0(NotesConvertRequestBodyV2026R0.Builder builder)
public String getContent()
public EnumWrapper<NotesConvertRequestBodyV2026R0ContentFormatField> getContentFormat()
public FolderReferenceV2026R0 getParent()