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

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

public final class DashboardRepresentation
extends Object

Provides a JAXB representation of a Dashboard

TODO : AG-428 We should add LINK elements to this representation, as the REST Guidleines recommend.


Nested Class Summary
static class DashboardRepresentation.Builder
           
 
Method Summary
 List<GadgetRepresentation> getGadgets()
           
 String getId()
           
 Layout getLayout()
           
 String getTitle()
           
 boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()

getTitle

public String getTitle()

getLayout

public Layout getLayout()

getGadgets

public List<GadgetRepresentation> getGadgets()

isWritable

public boolean isWritable()


Copyright © 2011 Atlassian. All Rights Reserved.