Uses of Class
net.bluemind.attachment.api.AttachedFile
Packages that use AttachedFile
-
Uses of AttachedFile in net.bluemind.attachment.api
Methods in net.bluemind.attachment.api that return AttachedFileModifier and TypeMethodDescriptionShare a mail attachmentIAttachment.shareDedup
(String extension, Stream document) Share a mail attachment.Methods in net.bluemind.attachment.api that return types with arguments of type AttachedFileModifier and TypeMethodDescriptionIAttachmentPromise.shareDedup
(String extension, Stream document) Method parameters in net.bluemind.attachment.api with type arguments of type AttachedFileModifier and TypeMethodDescriptionvoid
IAttachmentAsync.share
(String name, Stream document, AsyncHandler<AttachedFile> handler) void
IAttachmentAsync.shareDedup
(String extension, Stream document, AsyncHandler<AttachedFile> handler) -
Uses of AttachedFile in net.bluemind.icalendar.api
Fields in net.bluemind.icalendar.api with type parameters of type AttachedFile