public interface InboxResource
Modifier and Type | Method and Description |
---|---|
Inbox |
createInbox(Inbox inbox) |
void |
deleteInbox(String id) |
MessageResource |
getMessageResource() |
Inbox |
retrieveInbox(String id) |
void |
updateInbox(Inbox inbox) |
Inbox createInbox(Inbox inbox)
Inbox retrieveInbox(String id)
void updateInbox(Inbox inbox)
void deleteInbox(String id)
MessageResource getMessageResource()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.