public class

EntityPropertyBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.beans.EntityPropertyBean

Summary

Nested Classes
class EntityPropertyBean.Builder  
Public Constructors
EntityPropertyBean()
EntityPropertyBean(String key, String value, String self)
Public Methods
static EntityPropertyBean.Builder builder(JiraBaseUrls jiraBaseUrls, Function2<LongStringString> entityIdToSelfFunction)
String getKey()
String getSelf()
String getValue()
static String propertySelf(JiraBaseUrls urls, Long entityId, String propertyKey, Function2<LongStringString> selfFunction)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EntityPropertyBean ()

public EntityPropertyBean (String key, String value, String self)

Public Methods

public static EntityPropertyBean.Builder builder (JiraBaseUrls jiraBaseUrls, Function2<LongStringString> entityIdToSelfFunction)

public String getKey ()

public String getSelf ()

public String getValue ()

public static String propertySelf (JiraBaseUrls urls, Long entityId, String propertyKey, Function2<LongStringString> selfFunction)

public String toString ()