/AWS1/CL_FDTGETDETECTORSRESULT¶
GetDetectorsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_detectors TYPE /AWS1/CL_FDTDETECTOR=>TT_DETECTORLIST TT_DETECTORLIST¶
The detectors.
iv_nexttoken TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The next page token.
Queryable Attributes¶
detectors¶
The detectors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETECTORS() |
Getter for DETECTORS, with configurable default |
ASK_DETECTORS() |
Getter for DETECTORS w/ exceptions if field has no value |
HAS_DETECTORS() |
Determine if DETECTORS has a value |
nextToken¶
The next page 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 |