com.atlassian.jira.entity.property
Class EntityPropertyService.PropertyInput

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

@ExperimentalApi
public static class EntityPropertyService.PropertyInput
extends Object

The key-value pair associated to the entity.


Constructor Summary
EntityPropertyService.PropertyInput(String value, String key)
           
 
Method Summary
 String getPropertyKey()
           
 String getPropertyValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPropertyService.PropertyInput

public EntityPropertyService.PropertyInput(String value,
                                           String key)
Method Detail

getPropertyValue

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

getPropertyKey

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.