Skip to content

/AWS1/CL_REVLISTTESTSRESPONSE

ListTestsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_tests TYPE /AWS1/CL_REVTESTSUMMARY=>TT_TESTSUMMARYLIST TT_TESTSUMMARYLIST

The list of test summaries.

Optional arguments:

iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN

Pagination token.


Queryable Attributes

tests

The list of test summaries.

Accessible with the following methods

Method Description
GET_TESTS() Getter for TESTS, with configurable default
ASK_TESTS() Getter for TESTS w/ exceptions if field has no value
HAS_TESTS() Determine if TESTS has a value

nextToken

Pagination token.

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