/AWS1/CL_OMXLSTREADSETUPLOAD01¶
ListReadSetUploadPartsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/OMXNEXTTOKEN
/AWS1/OMXNEXTTOKEN
¶
Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
it_parts
TYPE /AWS1/CL_OMXREADSETUPLOADPAR01=>TT_READSETUPLOADPARTLIST
TT_READSETUPLOADPARTLIST
¶
An array of upload parts.
Queryable Attributes¶
nextToken¶
Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
parts¶
An array of upload parts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTS() |
Getter for PARTS, with configurable default |
ASK_PARTS() |
Getter for PARTS w/ exceptions if field has no value |
HAS_PARTS() |
Determine if PARTS has a value |