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

com.almworks.jira.structure.api.rest.RestJobId Maven / Gradle / Ivy

The newest version!
package com.almworks.jira.structure.api.rest;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class RestJobId {
  @XmlElement
  public Long jobId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy