/AWS1/CL_ATHEXPNOTEBOOKOUTPUT¶
ExportNotebookOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_notebookmetadata TYPE REF TO /AWS1/CL_ATHNOTEBOOKMETADATA /AWS1/CL_ATHNOTEBOOKMETADATA¶
The notebook metadata, including notebook ID, notebook name, and workgroup name.
iv_payload TYPE /AWS1/ATHPAYLOAD /AWS1/ATHPAYLOAD¶
The content of the exported notebook.
Queryable Attributes¶
NotebookMetadata¶
The notebook metadata, including notebook ID, notebook name, and workgroup name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTEBOOKMETADATA() |
Getter for NOTEBOOKMETADATA |
Payload¶
The content of the exported notebook.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD, with configurable default |
ASK_PAYLOAD() |
Getter for PAYLOAD w/ exceptions if field has no value |
HAS_PAYLOAD() |
Determine if PAYLOAD has a value |