com.atlassian.jira.rest.v2.admin
Class ApplicationPropertiesResource.Property

java.lang.Object
  extended by com.atlassian.jira.rest.v2.admin.ApplicationPropertiesResource.Property
Enclosing class:
ApplicationPropertiesResource

public static class ApplicationPropertiesResource.Property
extends Object


Constructor Summary
ApplicationPropertiesResource.Property(ApplicationProperty applicationProperty)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationPropertiesResource.Property

public ApplicationPropertiesResource.Property(ApplicationProperty applicationProperty)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.