/AWS1/CL_SGMLISTJOBSRESPONSE¶
ListJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_jobsummaries TYPE /AWS1/CL_SGMJOBSUMMARY=>TT_JOBSUMMARIES TT_JOBSUMMARIES¶
An array of
JobSummaryobjects that provide summary information about the jobs.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
If the response is truncated, this token retrieves the next set of results.
Queryable Attributes¶
NextToken¶
If the response is truncated, this token retrieves the next set 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 |
JobSummaries¶
An array of
JobSummaryobjects that provide summary information about the jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSUMMARIES() |
Getter for JOBSUMMARIES, with configurable default |
ASK_JOBSUMMARIES() |
Getter for JOBSUMMARIES w/ exceptions if field has no value |
HAS_JOBSUMMARIES() |
Determine if JOBSUMMARIES has a value |