Class AssociateProjectsBean

java.lang.Object
com.atlassian.jira.issue.fields.rest.json.beans.AssociateProjectsBean

public class AssociateProjectsBean extends Object
JSON-convertible representation of a collection of keys or ids (or, some combination of them both) that uniquely identify projects.
Since:
8.0
  • Constructor Details

    • AssociateProjectsBean

      public AssociateProjectsBean()
  • Method Details

    • getIdsOrKeys

      public List<String> getIdsOrKeys()
    • setIdsOrKeys

      public void setIdsOrKeys(List<String> idsOrKeys)