}
}
public IndividualTopicVoteResponse createVote(long topicId) throws ZendeskApiException {
try {
return genericPost("topics/" + topicId + "/vote.json", new TopicVote(), IndividualTopicVoteResponse.class);
} catch (Exception e) {
throw new ZendeskApiException(e);
}
}