/AWS1/CL_QQBGETMEDIARESPONSE¶
GetMediaResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mediabytes TYPE /AWS1/QQBBLOB00 /AWS1/QQBBLOB00¶
The base64-encoded bytes of the media object.
iv_mediamimetype TYPE /AWS1/QQBSTRING /AWS1/QQBSTRING¶
The MIME type of the media object (image/png).
Queryable Attributes¶
mediaBytes¶
The base64-encoded bytes of the media object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIABYTES() |
Getter for MEDIABYTES, with configurable default |
ASK_MEDIABYTES() |
Getter for MEDIABYTES w/ exceptions if field has no value |
HAS_MEDIABYTES() |
Determine if MEDIABYTES has a value |
mediaMimeType¶
The MIME type of the media object (image/png).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAMIMETYPE() |
Getter for MEDIAMIMETYPE, with configurable default |
ASK_MEDIAMIMETYPE() |
Getter for MEDIAMIMETYPE w/ exceptions if field has no value |
HAS_MEDIAMIMETYPE() |
Determine if MEDIAMIMETYPE has a value |