@Immutable public class

IssueTypeWithID

extends Object
implements WithId
java.lang.Object
   ↳ com.atlassian.jira.issue.issuetype.IssueTypeWithID

Class Overview

Wrapper class which translates an IssueType to an object that implement WithId so that it can be used to store properties.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.entity.WithId
Public Methods
static IssueTypeWithID fromIssueType(IssueType issueType)
Creates an IssueTypeWithId from IssueType.
Long getId()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.WithId

Public Methods

public static IssueTypeWithID fromIssueType (IssueType issueType)

Creates an IssueTypeWithId from IssueType.

Returns
  • null if issueType is null, else IssueType wrapped with IssueTypeWithId

public Long getId ()