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

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

public class EntityPropertiesKeysBean
extends Object

Since:
v6.2

Nested Class Summary
static class EntityPropertiesKeysBean.EntityPropertyKeyBean
           
 
Method Summary
static EntityPropertiesKeysBean build(JiraBaseUrls urls, Long issueId, List<String> propertyKeys, com.atlassian.fugue.Function2<Long,String,String> selfFunction)
           
 List<EntityPropertiesKeysBean.EntityPropertyKeyBean> getEntityPropertyKeyBeans()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static EntityPropertiesKeysBean build(JiraBaseUrls urls,
                                             Long issueId,
                                             List<String> propertyKeys,
                                             com.atlassian.fugue.Function2<Long,String,String> selfFunction)

getEntityPropertyKeyBeans

public List<EntityPropertiesKeysBean.EntityPropertyKeyBean> getEntityPropertyKeyBeans()


Copyright © 2002-2014 Atlassian. All Rights Reserved.