/AWS1/CL_BDILSTCAPABILITIESRSP¶
ListCapabilitiesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_capabilities TYPE /AWS1/CL_BDICAPABILITYSUMMARY=>TT_CAPABILITYLIST TT_CAPABILITYLIST¶
Returns one or more capabilities associated with this partnership.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDIPAGETOKEN /AWS1/BDIPAGETOKEN¶
When additional results are obtained from the command, a
NextTokenparameter is returned in the output. You can then pass theNextTokenparameter in a subsequent command to continue listing additional resources.
Queryable Attributes¶
capabilities¶
Returns one or more capabilities associated with this partnership.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIES() |
Getter for CAPABILITIES, with configurable default |
ASK_CAPABILITIES() |
Getter for CAPABILITIES w/ exceptions if field has no value |
HAS_CAPABILITIES() |
Determine if CAPABILITIES has a value |
nextToken¶
When additional results are obtained from the command, a
NextTokenparameter is returned in the output. You can then pass theNextTokenparameter in a subsequent command to continue listing additional resources.
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 |