Uses of Class
net.bluemind.mailshare.api.Mailshare
Packages that use Mailshare
-
Uses of Mailshare in net.bluemind.mailshare.api
Methods in net.bluemind.mailshare.api that return MailshareMethods in net.bluemind.mailshare.api that return types with arguments of type MailshareModifier and TypeMethodDescriptionIMailshare.allComplete()
Fetches all MailsharesIMailsharePromise.allComplete()
IMailshare.getComplete
(String uid) Fetch aMailshare
from its unique uidIMailsharePromise.getComplete
(String uid) Methods in net.bluemind.mailshare.api with parameters of type MailshareModifier 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) Method parameters in net.bluemind.mailshare.api with type arguments of type MailshareModifier and TypeMethodDescriptionvoid
IMailshareAsync.allComplete
(AsyncHandler<List<ItemValue<Mailshare>>> handler) void
IMailshareAsync.getComplete
(String uid, AsyncHandler<ItemValue<Mailshare>> handler)