/AWS1/CL_DEXSENDAPIASSETRSP¶
SendApiAssetResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_body TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING¶
The response body from the underlying API tracked by the API asset.
it_responseheaders TYPE /AWS1/CL_DEXMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING¶
The response headers from the underlying API tracked by the API asset.
Queryable Attributes¶
Body¶
The response body from the underlying API tracked by the API asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODY() |
Getter for BODY, with configurable default |
ASK_BODY() |
Getter for BODY w/ exceptions if field has no value |
HAS_BODY() |
Determine if BODY has a value |
ResponseHeaders¶
The response headers from the underlying API tracked by the API asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSEHEADERS() |
Getter for RESPONSEHEADERS, with configurable default |
ASK_RESPONSEHEADERS() |
Getter for RESPONSEHEADERS w/ exceptions if field has no val |
HAS_RESPONSEHEADERS() |
Determine if RESPONSEHEADERS has a value |