/AWS1/CL_APYLISTFUNCSRESPONSE¶
ListFunctionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_functions TYPE /AWS1/CL_APYFUNCTIONCONF=>TT_FUNCTIONS TT_FUNCTIONS¶
A list of
Functionobjects.
iv_nexttoken TYPE /AWS1/APYPAGINATIONTOKEN /AWS1/APYPAGINATIONTOKEN¶
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
Queryable Attributes¶
functions¶
A list of
Functionobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONS() |
Getter for FUNCTIONS, with configurable default |
ASK_FUNCTIONS() |
Getter for FUNCTIONS w/ exceptions if field has no value |
HAS_FUNCTIONS() |
Determine if FUNCTIONS has a value |
nextToken¶
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
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 |