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)
           
ApplicationPropertiesResource.Property(ApplicationProperty applicationProperty, I18nHelper i18n)
           
 
Method Summary
 String getExample()
           
 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)

ApplicationPropertiesResource.Property

public ApplicationPropertiesResource.Property(ApplicationProperty applicationProperty,
                                              I18nHelper i18n)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

getExample

public String getExample()


Copyright © 2002-2014 Atlassian. All Rights Reserved.