/AWS1/CL_BDILISTPTRSHIPSRSP¶
ListPartnershipsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_partnerships TYPE /AWS1/CL_BDIPARTNERSHIPSUMMARY=>TT_PARTNERSHIPLIST TT_PARTNERSHIPLIST¶
Specifies a list of your partnerships.
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¶
partnerships¶
Specifies a list of your partnerships.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTNERSHIPS() |
Getter for PARTNERSHIPS, with configurable default |
ASK_PARTNERSHIPS() |
Getter for PARTNERSHIPS w/ exceptions if field has no value |
HAS_PARTNERSHIPS() |
Determine if PARTNERSHIPS 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 |