Package de.otto.synapse.edison.journal
Class JournalHalRepresentation
java.lang.Object
de.otto.edison.hal.HalRepresentation
de.otto.synapse.edison.journal.JournalHalRepresentation
public class JournalHalRepresentation
extends de.otto.edison.hal.HalRepresentation
-
Constructor Summary
Constructors Constructor Description JournalHalRepresentation(de.otto.edison.hal.Links links, java.util.List<MessageStoreEntryRepresentation> entries) -
Method Summary
Modifier and Type Method Description java.util.List<MessageStoreEntryRepresentation>getMessages()Methods inherited from class de.otto.edison.hal.HalRepresentation
add, equals, getAttribute, getAttributes, getEmbedded, getLinks, hashCode, toString, withEmbedded, withEmbeddedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
JournalHalRepresentation
public JournalHalRepresentation(de.otto.edison.hal.Links links, java.util.List<MessageStoreEntryRepresentation> entries)
-
-
Method Details
-
getMessages
-