All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lesstif.jira.issue.Vote Maven / Gradle / Ivy

package com.lesstif.jira.issue;

import lombok.Data;

@Data
public class Vote {
	private String self;
	private Integer votes;
	private Boolean hasVoted;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy