/AWS1/CL_I1PLISTPLCMTSRESPONSE¶
ListPlacementsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_placements TYPE /AWS1/CL_I1PPLACEMENTSUMMARY=>TT_PLACEMENTSUMMARYLIST TT_PLACEMENTSUMMARYLIST¶
An object listing the requested placements.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/I1PNEXTTOKEN /AWS1/I1PNEXTTOKEN¶
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
Queryable Attributes¶
placements¶
An object listing the requested placements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLACEMENTS() |
Getter for PLACEMENTS, with configurable default |
ASK_PLACEMENTS() |
Getter for PLACEMENTS w/ exceptions if field has no value |
HAS_PLACEMENTS() |
Determine if PLACEMENTS has a value |
nextToken¶
The token used to retrieve the next set of results - will be effectively empty if there are no further 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 |