public class

IdEntityBuilder

extends Object
implements EntityBuilder<E>
java.lang.Object
   ↳ com.atlassian.jira.entity.IdEntityBuilder

Summary

Constants
String ID
Public Methods
Long build(GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
static IdEntityBuilder getInstance()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.EntityBuilder

Constants

public static final String ID

Constant Value: "id"

Public Methods

public Long build (GenericValue genericValue)

Builds an instance of this Entity from the given GenericValue.

Parameters
genericValue GenericValue for the entity
Returns
  • the entity Object

public static IdEntityBuilder getInstance ()