@ExperimentalApi public interface

NamedEntityBuilder

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

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Public Methods
String getEntityName()
The name of the Entity as defined in the entitymodel.xml file.
[Expand]
Inherited Methods
From interface com.atlassian.jira.entity.EntityBuilder

Public Methods

public String getEntityName ()

The name of the Entity as defined in the entitymodel.xml file.

Returns
  • the name of the Entity.