Class ProjectBean

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

public class ProjectBean extends Object
Since:
4.2
  • Constructor Details

    • ProjectBean

      public ProjectBean()
  • Method Details

    • expand

      public List<String> expand()
    • getSelf

      public URI getSelf()
    • getId

      public String getId()
    • getKey

      public String getKey()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getAvatarUrls

      public Map<String,String> getAvatarUrls()
    • isArchived

      public Boolean isArchived()
    • expandLead

      public void expandLead()
    • expandDescription

      public void expandDescription()
    • expandUrl

      public void expandUrl()
    • expandCreatedAt

      public void expandCreatedAt()
    • expandCreatedBy

      public void expandCreatedBy()
    • expandLastUpdatedAt

      public void expandLastUpdatedAt()
    • expandLastUpdatedBy

      public void expandLastUpdatedBy()
    • fromId

      public static ProjectBean fromId(String id)
    • fromKey

      public static ProjectBean fromKey(String key)
    • toString

      public String toString()
      Overrides:
      toString in class Object