com.almworks.jira.structure.api.rest.RestValueResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
The newest version!
package com.almworks.jira.structure.api.rest;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
import java.util.Map;
@XmlRootElement
public final class RestValueResponse {
@XmlElement
public List responses;
@XmlElement
public Map itemTypes;
@XmlElement
public RestVersion itemsVersion;
@XmlRootElement
public static class ForestRowValueResponse {
@XmlElement
public RestForestSpec forestSpec;
@XmlElement
public List rows;
@XmlElement
public List data;
@XmlElement
public RestVersion forestVersion;
@XmlElement
public List inaccessibleRows;
}
@XmlRootElement
public static class AttributeResponseData {
@XmlElement
public RestAttributeSpec attribute;
@XmlElement
public List