Skip to content

/AWS1/CL_GSTLISTGRNDSTNRSVRSP

ListGroundStationReservationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_reservationlist TYPE /AWS1/CL_GSTGRNDSTNRESVLSTITEM=>TT_GROUNDSTATIONRESVLIST TT_GROUNDSTATIONRESVLIST

List of ground station reservations.

Optional arguments:

iv_nexttoken TYPE /AWS1/GSTPAGINATIONTOKEN /AWS1/GSTPAGINATIONTOKEN

Next token to be used in a subsequent ListGroundStationReservations call to retrieve the next page of results.


Queryable Attributes

reservationList

List of ground station reservations.

Accessible with the following methods

Method Description
GET_RESERVATIONLIST() Getter for RESERVATIONLIST, with configurable default
ASK_RESERVATIONLIST() Getter for RESERVATIONLIST w/ exceptions if field has no val
HAS_RESERVATIONLIST() Determine if RESERVATIONLIST has a value

nextToken

Next token to be used in a subsequent ListGroundStationReservations call to retrieve the next page of 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