Interface VoteSummary.Builder

    • Method Detail

      • vote

        VoteSummary.Builder vote​(String vote)

        The vote value, either YES or NO.

        Parameters:
        vote - The vote value, either YES or NO.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VoteValue, VoteValue
      • vote

        VoteSummary.Builder vote​(VoteValue vote)

        The vote value, either YES or NO.

        Parameters:
        vote - The vote value, either YES or NO.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VoteValue, VoteValue
      • memberName

        VoteSummary.Builder memberName​(String memberName)

        The name of the member that cast the vote.

        Parameters:
        memberName - The name of the member that cast the vote.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberId

        VoteSummary.Builder memberId​(String memberId)

        The unique identifier of the member that cast the vote.

        Parameters:
        memberId - The unique identifier of the member that cast the vote.
        Returns:
        Returns a reference to this object so that method calls can be chained together.