/AWS1/CL_CNTMEDIAITEM¶
Contains information about a media asset used in a workspace.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/CNTMEDIATYPE /AWS1/CNTMEDIATYPE¶
The type of media. Valid values are:
IMAGE_LOGO_FAVICONandIMAGE_LOGO_HORIZONTAL.
iv_source TYPE /AWS1/CNTMEDIASOURCE /AWS1/CNTMEDIASOURCE¶
The source URL or data for the media asset.
Queryable Attributes¶
Type¶
The type of media. Valid values are:
IMAGE_LOGO_FAVICONandIMAGE_LOGO_HORIZONTAL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Source¶
The source URL or data for the media asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEDIALIST¶
TYPES TT_MEDIALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTMEDIAITEM WITH DEFAULT KEY
.