Skip to content

/AWS1/CL_TADLISTCHECKSRESPONSE

ListChecksResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_CHECKSUMMARIES TYPE /AWS1/CL_TADCHECKSUMMARY=>TT_CHECKSUMMARYLIST TT_CHECKSUMMARYLIST

The list of Checks

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/TADSTRING /AWS1/TADSTRING

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.


Queryable Attributes

nextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve 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

checkSummaries

The list of Checks

Accessible with the following methods

Method Description
GET_CHECKSUMMARIES() Getter for CHECKSUMMARIES, with configurable default
ASK_CHECKSUMMARIES() Getter for CHECKSUMMARIES w/ exceptions if field has no valu
HAS_CHECKSUMMARIES() Determine if CHECKSUMMARIES has a value