/AWS1/CL_GLUGETCONNSRESPONSE¶
GetConnectionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_connectionlist TYPE /AWS1/CL_GLUCONNECTION=>TT_CONNECTIONLIST TT_CONNECTIONLIST¶
A list of requested connection definitions.
iv_nexttoken TYPE /AWS1/GLUTOKEN /AWS1/GLUTOKEN¶
A continuation token, if the list of connections returned does not include the last of the filtered connections.
Queryable Attributes¶
ConnectionList¶
A list of requested connection definitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONLIST() |
Getter for CONNECTIONLIST, with configurable default |
ASK_CONNECTIONLIST() |
Getter for CONNECTIONLIST w/ exceptions if field has no valu |
HAS_CONNECTIONLIST() |
Determine if CONNECTIONLIST has a value |
NextToken¶
A continuation token, if the list of connections returned does not include the last of the filtered connections.
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 |