/AWS1/CL_TCBGETSOLFUNCPACKAG04¶
GetSolFunctionPackageContentOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_contenttype TYPE /AWS1/TCBPACKAGECONTENTTYPE /AWS1/TCBPACKAGECONTENTTYPE¶
Indicates the media type of the resource.
iv_packagecontent TYPE /AWS1/TCBBLOB /AWS1/TCBBLOB¶
Contents of the function package.
Queryable Attributes¶
contentType¶
Indicates the media type of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
packageContent¶
Contents of the function package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGECONTENT() |
Getter for PACKAGECONTENT, with configurable default |
ASK_PACKAGECONTENT() |
Getter for PACKAGECONTENT w/ exceptions if field has no valu |
HAS_PACKAGECONTENT() |
Determine if PACKAGECONTENT has a value |