/AWS1/CL_IVCLISTROOMSRESPONSE¶
ListRoomsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_rooms TYPE /AWS1/CL_IVCROOMSUMMARY=>TT_ROOMLIST TT_ROOMLIST¶
List of the matching rooms (summary information only).
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVCPAGINATIONTOKEN /AWS1/IVCPAGINATIONTOKEN¶
If there are more rooms than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
rooms¶
List of the matching rooms (summary information only).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROOMS() |
Getter for ROOMS, with configurable default |
ASK_ROOMS() |
Getter for ROOMS w/ exceptions if field has no value |
HAS_ROOMS() |
Determine if ROOMS has a value |
nextToken¶
If there are more rooms than
maxResults, usenextTokenin the request to get the next set.
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 |