/AWS1/CL_QQBIMAGESOURCEDETAILS¶
Details about an image source, including its identifier and format.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mediaid TYPE /AWS1/QQBMEDIAID /AWS1/QQBMEDIAID¶
Unique identifier for the image file.
iv_mediamimetype TYPE /AWS1/QQBSTRING /AWS1/QQBSTRING¶
The MIME type of the image file.
Queryable Attributes¶
mediaId¶
Unique identifier for the image file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAID() |
Getter for MEDIAID, with configurable default |
ASK_MEDIAID() |
Getter for MEDIAID w/ exceptions if field has no value |
HAS_MEDIAID() |
Determine if MEDIAID has a value |
mediaMimeType¶
The MIME type of the image file.
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 |