Uses of Class
org.lightcouch.Attachment
-
-
Uses of Attachment in org.lightcouch
Fields in org.lightcouch with type parameters of type Attachment Modifier and Type Field Description private java.util.Map<java.lang.String,Attachment>
Document. attachments
Methods in org.lightcouch that return types with arguments of type Attachment Modifier and Type Method Description java.util.Map<java.lang.String,Attachment>
Document. getAttachments()
Methods in org.lightcouch with parameters of type Attachment Modifier and Type Method Description void
Document. addAttachment(java.lang.String name, Attachment attachment)
Adds an in-line document attachment.Method parameters in org.lightcouch with type arguments of type Attachment Modifier and Type Method Description void
Document. setAttachments(java.util.Map<java.lang.String,Attachment> attachments)
-