/AWS1/CL_SE2LISTIMPORTJOBSRSP¶
An HTTP 200 response if the request succeeds, or an error message if the request fails.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_IMPORTJOBS
TYPE /AWS1/CL_SE2IMPORTJOBSUMMARY=>TT_IMPORTJOBSUMMARYLIST
TT_IMPORTJOBSUMMARYLIST
¶
A list of the import job summaries.
IV_NEXTTOKEN
TYPE /AWS1/SE2NEXTTOKEN
/AWS1/SE2NEXTTOKEN
¶
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to
ListImportJobs
with the same parameters to retrieve the next page of import jobs.
Queryable Attributes¶
ImportJobs¶
A list of the import job summaries.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMPORTJOBS() |
Getter for IMPORTJOBS, with configurable default |
ASK_IMPORTJOBS() |
Getter for IMPORTJOBS w/ exceptions if field has no value |
HAS_IMPORTJOBS() |
Determine if IMPORTJOBS has a value |
NextToken¶
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to
ListImportJobs
with the same parameters to retrieve the next page of import jobs.
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 |