public static interface VoteSummary.Builder extends SdkPojo, CopyableBuilder<VoteSummary.Builder,VoteSummary>
| Modifier and Type | Method and Description |
|---|---|
VoteSummary.Builder |
memberId(String memberId)
The unique identifier of the member that cast the vote.
|
VoteSummary.Builder |
memberName(String memberName)
The name of the member that cast the vote.
|
VoteSummary.Builder |
vote(String vote)
The vote value, either
YES or NO. |
VoteSummary.Builder |
vote(VoteValue vote)
The vote value, either
YES or NO. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoteSummary.Builder vote(String vote)
The vote value, either YES or NO.
VoteSummary.Builder vote(VoteValue vote)
The vote value, either YES or NO.
VoteSummary.Builder memberName(String memberName)
The name of the member that cast the vote.
memberName - The name of the member that cast the vote.VoteSummary.Builder memberId(String memberId)
The unique identifier of the member that cast the vote.
memberId - The unique identifier of the member that cast the vote.Copyright © 2023. All rights reserved.