filterByPollOptionId method

VotesQuery filterByPollOptionId(
  1. String pollOptionId
)

Implementation

VotesQuery filterByPollOptionId(String pollOptionId) {
  this.pollOptionId = pollOptionId;
  return this;
}