/AWS1/CL_BCFLSTACACTIVITIESRSP¶
ListAccountActivitiesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_activities TYPE /AWS1/CL_BCFACTIVITYSUMMARY=>TT_ACTIVITIES TT_ACTIVITIES¶
A brief information about the activities.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BCFNEXTPAGETOKEN /AWS1/BCFNEXTPAGETOKEN¶
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.
Queryable Attributes¶
activities¶
A brief information about the activities.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVITIES() |
Getter for ACTIVITIES, with configurable default |
ASK_ACTIVITIES() |
Getter for ACTIVITIES w/ exceptions if field has no value |
HAS_ACTIVITIES() |
Determine if ACTIVITIES has a value |
nextToken¶
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.
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 |