/AWS1/CL_OSRDSCINBOUNDCXNSRSP¶
Contains a list of connections matching the filter criteria.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_connections TYPE /AWS1/CL_OSRINBOUNDCONNECTION=>TT_INBOUNDCONNECTIONS TT_INBOUNDCONNECTIONS¶
List of inbound connections.
iv_nexttoken TYPE /AWS1/OSRNEXTTOKEN /AWS1/OSRNEXTTOKEN¶
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
Queryable Attributes¶
Connections¶
List of inbound connections.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONS() |
Getter for CONNECTIONS, with configurable default |
ASK_CONNECTIONS() |
Getter for CONNECTIONS w/ exceptions if field has no value |
HAS_CONNECTIONS() |
Determine if CONNECTIONS has a value |
NextToken¶
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
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 |