Uses of Class
mmud.rest.webentities.PrivateMail
Packages that use PrivateMail
Package
Description
Provides the Enterprise Java Beans used for the REST services.
Provides snapshots of database entities, specifically for the web.
-
Uses of PrivateMail in mmud.rest.services
Methods in mmud.rest.services that return PrivateMailModifier and TypeMethodDescriptionPrivateRestService.getMailInfo
(String name, long id) Returns a single mail based by id.Methods in mmud.rest.services that return types with arguments of type PrivateMailModifier and TypeMethodDescriptionReturns a List of your mail, with a maximum of 20 mails and an offset for paging.PrivateRestService.listSentMail
(String name, Integer offset) Returns a List of mails you sent, with a maximum of 20 mails and an offset for paging.Methods in mmud.rest.services with parameters of type PrivateMailModifier and TypeMethodDescriptionvoid
PrivateRestService.newMail
(PrivateMail newMail, String name) -
Uses of PrivateMail in mmud.rest.webentities
Methods in mmud.rest.webentities that return PrivateMail