|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagingResource
Messaging resource to access the inbox (list, view, mark read, delete) and send messages
Method Summary | |
---|---|
GenericResponse |
list(boolean unread)
List messages for the current user |
GenericResponse |
read(MessagesReadRequest request)
Set messages to be read |
GenericResponse |
send(MessageSendRequest request)
Send a message to users/groups |
Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource |
---|
setSessionId |
Method Detail |
---|
GenericResponse send(MessageSendRequest request)
request
- request to send messages
GenericResponse list(boolean unread)
unread
- true if only unread messages shall be shown, false for all
messages (default)
GenericResponse read(MessagesReadRequest request)
request
- request containing the list of messages to be set read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |