/AWS1/CL_BDZFILESOURCE¶
The source file of the content contained in the wrapper object.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcetype TYPE /AWS1/BDZFILESOURCETYPE /AWS1/BDZFILESOURCETYPE¶
The source type of the files to attach.
Optional arguments:¶
io_s3location TYPE REF TO /AWS1/CL_BDZS3OBJECTFILE /AWS1/CL_BDZS3OBJECTFILE¶
The s3 location of the files to attach.
io_bytecontent TYPE REF TO /AWS1/CL_BDZBYTECONTENTFILE /AWS1/CL_BDZBYTECONTENTFILE¶
The data and the text of the attached files.
Queryable Attributes¶
sourceType¶
The source type of the files to attach.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
s3Location¶
The s3 location of the files to attach.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |
byteContent¶
The data and the text of the attached files.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTECONTENT() |
Getter for BYTECONTENT |