public final class

StringEntityBuilder

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

Summary

Public Constructors
StringEntityBuilder(String fieldName)
Public Methods
String build(GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.EntityBuilder

Public Constructors

public StringEntityBuilder (String fieldName)

Public Methods

public String build (GenericValue genericValue)

Builds an instance of this Entity from the given GenericValue.

Parameters
genericValue GenericValue for the entity
Returns
  • the entity Object