/AWS1/CL_IOILSTVEHICLESINFLE01¶
ListVehiclesInFleetResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_vehicles TYPE /AWS1/CL_IOIVEHICLES_W=>TT_VEHICLES TT_VEHICLES¶
A list of vehicles associated with the fleet.
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¶
vehicles¶
A list of vehicles associated with the fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VEHICLES() |
Getter for VEHICLES, with configurable default |
ASK_VEHICLES() |
Getter for VEHICLES w/ exceptions if field has no value |
HAS_VEHICLES() |
Determine if VEHICLES 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 |