com.atlassian.jira.rest.v2.issue
Class IssuePropertyResource.IssuePropertySelfFunction

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.IssuePropertyResource.IssuePropertySelfFunction
All Implemented Interfaces:
com.atlassian.fugue.Function2<Long,String,String>
Enclosing class:
IssuePropertyResource

public static class IssuePropertyResource.IssuePropertySelfFunction
extends Object
implements com.atlassian.fugue.Function2<Long,String,String>


Constructor Summary
IssuePropertyResource.IssuePropertySelfFunction()
           
 
Method Summary
 String apply(Long entityId, String encodedPropertyKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuePropertyResource.IssuePropertySelfFunction

public IssuePropertyResource.IssuePropertySelfFunction()
Method Detail

apply

public String apply(Long entityId,
                    String encodedPropertyKey)
Specified by:
apply in interface com.atlassian.fugue.Function2<Long,String,String>


Copyright © 2002-2014 Atlassian. All Rights Reserved.