/AWS1/CL_MPILISTINGBADGE¶
A badge indicating a special attribute of a listing, such as free tier eligibility or Quick Launch support.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_displayname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING¶
The human-readable name of the badge.
iv_badgetype TYPE /AWS1/MPILISTINGBADGETYPE /AWS1/MPILISTINGBADGETYPE¶
The machine-readable type of the badge.
Queryable Attributes¶
displayName¶
The human-readable name of the badge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
badgeType¶
The machine-readable type of the badge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BADGETYPE() |
Getter for BADGETYPE, with configurable default |
ASK_BADGETYPE() |
Getter for BADGETYPE w/ exceptions if field has no value |
HAS_BADGETYPE() |
Determine if BADGETYPE 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_LISTINGBADGELIST¶
TYPES TT_LISTINGBADGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPILISTINGBADGE WITH DEFAULT KEY
.