com.atlassian.jira.chartpopup.model
Class UserPref

java.lang.Object
  extended by com.atlassian.jira.chartpopup.model.UserPref

public class UserPref
extends Object

UserPreference key value pair DTO used for REST calls.


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

Constructor Detail

UserPref

public UserPref(String key,
                String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright © 2002-2014 Atlassian. All Rights Reserved.