Class EntityPropertyService.PropertyInput

java.lang.Object
com.atlassian.jira.entity.property.EntityPropertyService.PropertyInput
Direct Known Subclasses:
EntityPropertyService.EntityPropertyInput
Enclosing interface:
EntityPropertyService<T extends WithId>

@PublicApi public static class EntityPropertyService.PropertyInput extends Object
The key-value pair associated to the entity.
  • Constructor Details

    • PropertyInput

      public PropertyInput(String value, String key)
  • Method Details

    • getPropertyValue

      @Nonnull public String getPropertyValue()
      Returns:
      the non-null value of the entity property.
    • getPropertyKey

      @Nonnull public String getPropertyKey()
      Returns:
      the non-null key of the entity property.