public interface

EntityBuilder

com.atlassian.jira.entity.EntityBuilder<E>
Known Indirect Subclasses

Summary

Public Methods
E build(GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.

Public Methods

public E build (GenericValue genericValue)

Builds an instance of this Entity from the given GenericValue.

Parameters
genericValue GenericValue for the entity
Returns
  • the entity Object