Class ProjectIdentity

java.lang.Object
com.atlassian.jira.rest.v2.issue.project.ProjectIdentity

public class ProjectIdentity extends Object
Class containing just the project identity, i.e. ID, key and link to self
Since:
v7.0
  • Constructor Details

    • ProjectIdentity

      public ProjectIdentity()
    • ProjectIdentity

      public ProjectIdentity(@NotNull @NotNull URI self, @NotNull @NotNull Long id, @NotNull @NotNull String key)
  • Method Details