@ExperimentalApi public interface

EntityProperty

com.atlassian.jira.entity.property.EntityProperty
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.

Class Overview

Container for arbitrary JSON data attached to an entity.

Constants

public static final String CREATED

Constant Value: "created"

public static final String ENTITY_ID

Constant Value: "entityId"

public static final String ENTITY_NAME

Constant Value: "entityName"

public static final String ID

Constant Value: "id"

public static final String KEY

Constant Value: "propertyKey"

public static final String UPDATED

Constant Value: "updated"

public static final String VALUE

Constant Value: "value"

Public Methods

public Timestamp getCreated ()

public Long getEntityId ()

public String getEntityName ()

public Long getId ()

public String getKey ()

public Timestamp getUpdated ()

public String getValue ()