com.atlassian.jira.rest.v2.admin
Class ApplicationPropertyBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.admin.ApplicationPropertyBean

public class ApplicationPropertyBean
extends Object

Transport for getting the key-value for an application property modification via REST

Since:
v4.4

Constructor Summary
ApplicationPropertyBean()
           
ApplicationPropertyBean(String id, String value)
           
 
Method Summary
 String getId()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationPropertyBean

public ApplicationPropertyBean()

ApplicationPropertyBean

public ApplicationPropertyBean(String id,
                               String value)
Method Detail

getId

public String getId()

getValue

public String getValue()


Copyright © 2002-2012 Atlassian. All Rights Reserved.