com.atlassian.gadgets.dashboard.internal.rest.representations
Class UserPrefsRepresentation

java.lang.Object
  extended by com.atlassian.gadgets.dashboard.internal.rest.representations.UserPrefsRepresentation

public final class UserPrefsRepresentation
extends Object

Provides a JAXB view of a collection of all UserPrefs for a GadgetRepresentation


Constructor Summary
UserPrefsRepresentation(Iterable<UserPref> prefs, String actionUrl)
           
 
Method Summary
 String getAction()
           
 List<UserPrefRepresentation> getFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPrefsRepresentation

public UserPrefsRepresentation(Iterable<UserPref> prefs,
                               String actionUrl)
Method Detail

getAction

public String getAction()

getFields

public List<UserPrefRepresentation> getFields()


Copyright © 2013 Atlassian. All Rights Reserved.