/AWS1/CL_BTCLISTSERVICEJOBSRSP¶
ListServiceJobsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_jobsummarylist
TYPE /AWS1/CL_BTCSERVICEJOBSUMMARY=>TT_SERVICEJOBSUMMARYLIST
TT_SERVICEJOBSUMMARYLIST
¶
A list of service job summaries.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BTCSTRING
/AWS1/BTCSTRING
¶
The
nextToken
value to include in a futureListServiceJobs
request. When the results of aListServiceJobs
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
Queryable Attributes¶
jobSummaryList¶
A list of service job summaries.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBSUMMARYLIST() |
Getter for JOBSUMMARYLIST, with configurable default |
ASK_JOBSUMMARYLIST() |
Getter for JOBSUMMARYLIST w/ exceptions if field has no valu |
HAS_JOBSUMMARYLIST() |
Determine if JOBSUMMARYLIST has a value |
nextToken¶
The
nextToken
value to include in a futureListServiceJobs
request. When the results of aListServiceJobs
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
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 |