/AWS1/CL_APFDESCRCNCTORPFLSRSP¶
DescribeConnectorProfilesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_connectorprofiledetails TYPE /AWS1/CL_APFCONNECTORPROFILE=>TT_CONNECTORPROFILEDETAILLIST TT_CONNECTORPROFILEDETAILLIST¶
Returns information about the connector profiles associated with the flow.
iv_nexttoken TYPE /AWS1/APFNEXTTOKEN /AWS1/APFNEXTTOKEN¶
The pagination token for the next page of data. If
nextToken=null, this means that all records have been fetched.
Queryable Attributes¶
connectorProfileDetails¶
Returns information about the connector profiles associated with the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORPROFILEDETAILS() |
Getter for CONNECTORPROFILEDETAILS, with configurable defaul |
ASK_CONNECTORPROFILEDETAILS() |
Getter for CONNECTORPROFILEDETAILS w/ exceptions if field ha |
HAS_CONNECTORPROFILEDETAILS() |
Determine if CONNECTORPROFILEDETAILS has a value |
nextToken¶
The pagination token for the next page of data. If
nextToken=null, this means that all records have been fetched.
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 |