/AWS1/CL_BDOLISTMEMORIESOUTPUT¶
ListMemoriesOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_memories
TYPE /AWS1/CL_BDOMEMORYSUMMARY=>TT_MEMORYSUMMARYLIST
TT_MEMORYSUMMARYLIST
¶
The list of memory summaries.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BDOSTRING
/AWS1/BDOSTRING
¶
A token to retrieve the next page of results.
Queryable Attributes¶
memories¶
The list of memory summaries.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMORIES() |
Getter for MEMORIES, with configurable default |
ASK_MEMORIES() |
Getter for MEMORIES w/ exceptions if field has no value |
HAS_MEMORIES() |
Determine if MEMORIES has a value |
nextToken¶
A token to retrieve the next page 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 |