com.atlassian.jira.issue.fields.rest.json.beans
Class EntityPropertyBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.EntityPropertyBean

public class EntityPropertyBean
extends Object

Since:
v6.2

Nested Class Summary
static class EntityPropertyBean.Builder
           
 
Constructor Summary
EntityPropertyBean()
           
EntityPropertyBean(String key, String value, String self)
           
 
Method Summary
static EntityPropertyBean.Builder builder(JiraBaseUrls jiraBaseUrls, com.atlassian.fugue.Function2<Long,String,String> entityIdToSelfFunction)
           
 String getKey()
           
 String getSelf()
           
 String getValue()
           
static String propertySelf(JiraBaseUrls urls, Long entityId, String propertyKey, com.atlassian.fugue.Function2<Long,String,String> selfFunction)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityPropertyBean

public EntityPropertyBean()

EntityPropertyBean

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

getSelf

public String getSelf()

getKey

public String getKey()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

builder

public static EntityPropertyBean.Builder builder(JiraBaseUrls jiraBaseUrls,
                                                 com.atlassian.fugue.Function2<Long,String,String> entityIdToSelfFunction)

propertySelf

public static String propertySelf(JiraBaseUrls urls,
                                  Long entityId,
                                  String propertyKey,
                                  com.atlassian.fugue.Function2<Long,String,String> selfFunction)


Copyright © 2002-2014 Atlassian. All Rights Reserved.