Class EntityPropertyService.PropertyInput
java.lang.Object
com.atlassian.jira.entity.property.EntityPropertyService.PropertyInput
- Direct Known Subclasses:
EntityPropertyService.EntityPropertyInput
- Enclosing interface:
- EntityPropertyService<T extends WithId>
The key-value pair associated to the entity.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyInput
-
-
Method Details
-
getPropertyValue
- Returns:
- the non-null value of the entity property.
-
getPropertyKey
- Returns:
- the non-null key of the entity property.
-