/AWS1/CL_MBCLSTPROPOSALVOTES01¶
ListProposalVotesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_proposalvotes TYPE /AWS1/CL_MBCVOTESUMMARY=>TT_PROPOSALVOTELIST TT_PROPOSALVOTELIST¶
The list of votes.
iv_nexttoken TYPE /AWS1/MBCPAGINATIONTOKEN /AWS1/MBCPAGINATIONTOKEN¶
The pagination token that indicates the next set of results to retrieve.
Queryable Attributes¶
ProposalVotes¶
The list of votes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPOSALVOTES() |
Getter for PROPOSALVOTES, with configurable default |
ASK_PROPOSALVOTES() |
Getter for PROPOSALVOTES w/ exceptions if field has no value |
HAS_PROPOSALVOTES() |
Determine if PROPOSALVOTES 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 |