/AWS1/CL_MPBDELETELINKRESPONSE¶
DeleteLinkResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_linkid TYPE /AWS1/MPBLINKID /AWS1/MPBLINKID¶
The unique identifier of the link.
iv_status TYPE /AWS1/MPBLINKSTATUS /AWS1/MPBLINKSTATUS¶
The status of the link.
Queryable Attributes¶
linkId¶
The unique identifier of the link.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINKID() |
Getter for LINKID, with configurable default |
ASK_LINKID() |
Getter for LINKID w/ exceptions if field has no value |
HAS_LINKID() |
Determine if LINKID has a value |
status¶
The status of the link.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |