@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Votes extends Object
| Constructor and Description |
|---|
Votes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getHasVoted()
Whether the user making this request has voted on the issue.
|
URI |
getSelf()
The URL of these issue vote details.
|
List<User> |
getVoters()
List of the users who have voted on this issue.
|
Long |
getVotes()
The number of votes on the issue.
|
int |
hashCode() |
String |
toString() |
public URI getSelf()
public Long getVotes()
public Boolean getHasVoted()
public List<User> getVoters()
Copyright © 2011–2021 Everit Kft.. All rights reserved.