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

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.EntityPropertyBean.Builder
Enclosing class:
EntityPropertyBean

public static class EntityPropertyBean.Builder
extends Object


Constructor Summary
EntityPropertyBean.Builder(JiraBaseUrls jiraBaseUrls, com.atlassian.fugue.Function2<Long,String,String> entityIdToSelfFunction)
           
 
Method Summary
 EntityPropertyBean build(Long entityId)
           
 EntityPropertyBean.Builder key(String key)
           
 EntityPropertyBean.Builder value(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPropertyBean.Builder

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

key

public EntityPropertyBean.Builder key(String key)

value

public EntityPropertyBean.Builder value(String value)

build

public EntityPropertyBean build(Long entityId)


Copyright © 2002-2014 Atlassian. All Rights Reserved.