/AWS1/CL_CCGLISTCONTROLSRSP¶
ListControlsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_controls TYPE /AWS1/CL_CCGCONTROLSUMMARY=>TT_CONTROLS TT_CONTROLS¶
Returns a list of controls, given as structures of type controlSummary.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CCGPAGINATIONTOKEN /AWS1/CCGPAGINATIONTOKEN¶
The pagination token that's used to fetch the next set of results.
Queryable Attributes¶
Controls¶
Returns a list of controls, given as structures of type controlSummary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLS() |
Getter for CONTROLS, with configurable default |
ASK_CONTROLS() |
Getter for CONTROLS w/ exceptions if field has no value |
HAS_CONTROLS() |
Determine if CONTROLS has a value |
NextToken¶
The pagination token that's used to fetch 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 |