/AWS1/CL_IOILISTVEHICLESRSP¶
ListVehiclesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_vehiclesummaries TYPE /AWS1/CL_IOIVEHICLESUMMARY=>TT_VEHICLESUMMARIES TT_VEHICLESUMMARIES¶
A list of vehicles and information about them.
iv_nexttoken TYPE /AWS1/IOINEXTTOKEN /AWS1/IOINEXTTOKEN¶
The token to retrieve the next set of results, or
nullif there are no more results.
Queryable Attributes¶
vehicleSummaries¶
A list of vehicles and information about them.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VEHICLESUMMARIES() |
Getter for VEHICLESUMMARIES, with configurable default |
ASK_VEHICLESUMMARIES() |
Getter for VEHICLESUMMARIES w/ exceptions if field has no va |
HAS_VEHICLESUMMARIES() |
Determine if VEHICLESUMMARIES has a value |
nextToken¶
The token to retrieve the next set of results, or
nullif there are no more 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 |