Interface VoteSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VoteSummary.Builder,VoteSummary>, SdkBuilder<VoteSummary.Builder,VoteSummary>, SdkPojo
Enclosing class:
VoteSummary

public static interface VoteSummary.Builder extends SdkPojo, CopyableBuilder<VoteSummary.Builder,VoteSummary>
  • Method Details

    • 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:
    • 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:
    • 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.