/AWS1/CL_MBCLISTPROPOSALSOUT¶
ListProposalsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_proposals TYPE /AWS1/CL_MBCPROPOSALSUMMARY=>TT_PROPOSALSUMMARYLIST TT_PROPOSALSUMMARYLIST¶
The summary of each proposal made on the network.
iv_nexttoken TYPE /AWS1/MBCPAGINATIONTOKEN /AWS1/MBCPAGINATIONTOKEN¶
The pagination token that indicates the next set of results to retrieve.
Queryable Attributes¶
Proposals¶
The summary of each proposal made on the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPOSALS() |
Getter for PROPOSALS, with configurable default |
ASK_PROPOSALS() |
Getter for PROPOSALS w/ exceptions if field has no value |
HAS_PROPOSALS() |
Determine if PROPOSALS has a value |
NextToken¶
The pagination token that indicates the next set of results to retrieve.
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 |