public class VotesQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
VotesQuery |
filterByPollOptionId(java.lang.String pollOptionId)
Get only users reacted with specific reaction.
|
static VotesQuery |
forActivity(java.lang.String activityId)
Get all users voted to activity with ID.
|
java.lang.String |
getPollOptionId() |
public static VotesQuery forActivity(java.lang.String activityId)
activityId
- ID of activity.public VotesQuery filterByPollOptionId(java.lang.String pollOptionId)
pollOptionId
- Id of the poll option to filter by.public java.lang.String getPollOptionId()
(c) Copyright GetSocial BV, 2021. All Rights Reserved.