public class

ProjectIdentity

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

Class Overview

Class containing just the project identity, i.e. ID, key and link to self

Summary

Fields
public static final ProjectIdentity DOC_EXAMPLE
Public Constructors
ProjectIdentity()
ProjectIdentity(URI self, Long id, String key)
Public Methods
boolean equals(Object obj)
Long getId()
String getKey()
URI getSelf()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ProjectIdentity DOC_EXAMPLE

Public Constructors

public ProjectIdentity ()

public ProjectIdentity (URI self, Long id, String key)

Public Methods

public boolean equals (Object obj)

public Long getId ()

public String getKey ()

public URI getSelf ()

public int hashCode ()

public String toString ()