com.atlassian.jira.rest.v2.entity.property
Class EntityPropertyBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.entity.property.EntityPropertyBean

public class EntityPropertyBean
extends Object

Since:
v6.2

Nested Class Summary
static class EntityPropertyBean.Builder
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelf

public String getSelf()

getKey

public String getKey()

getValue

public String getValue()

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.