Uses of Class
net.bluemind.mailshare.api.Mailshare
-
Uses of Mailshare in net.bluemind.mailshare.api
Modifier and TypeMethodDescriptionIMailshare.allComplete()
Fetches all MailsharesIMailsharePromise.allComplete()
IMailshare.getComplete
(String uid) Fetch aMailshare
from its unique uidIMailsharePromise.getComplete
(String uid) Modifier and TypeMethodDescriptionvoid
Creates a newMailshare
entry.void
IMailshareAsync.create
(String uid, Mailshare mailshare, AsyncHandler<Void> handler) void
Modifies an existingMailshare
entry.void
IMailshareAsync.update
(String uid, Mailshare mailshare, AsyncHandler<Void> handler) Modifier and TypeMethodDescriptionvoid
IMailshareAsync.allComplete
(AsyncHandler<List<ItemValue<Mailshare>>> handler) void
IMailshareAsync.getComplete
(String uid, AsyncHandler<ItemValue<Mailshare>> handler)