com.lesstif.jira.issue.IssueSearchResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-rest-api Show documentation
Show all versions of jira-rest-api Show documentation
A Java client library for integrating with the JIRA issue and bug tracking software.
The newest version!
package com.lesstif.jira.issue;
import com.lesstif.jira.JsonPrettyString;
import java.util.List;
import lombok.Data;
@Data
public class IssueSearchResult extends JsonPrettyString{
private String expand;
private Integer startAt;
private Integer maxResults;
private Integer total;
private List issues;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy