Package com.atlassian.jira.entity
Class StringEntityBuilder
java.lang.Object
com.atlassian.jira.entity.StringEntityBuilder
- All Implemented Interfaces:
EntityBuilder<String>
- Since:
- v5.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringEntityBuilder
-
-
Method Details
-
build
Description copied from interface:EntityBuilder
Builds an instance of this Entity from the given GenericValue.- Specified by:
build
in interfaceEntityBuilder<String>
- Parameters:
genericValue
- GenericValue for the entity- Returns:
- the entity Object
-