Uses of Class
com.ibm.cloud.cloudant.v1.model.Attachment
-
Uses of Attachment in com.ibm.cloud.cloudant.v1.model
Modifier and TypeMethodDescriptionDesignDocument.getAttachments()
Gets the attachments.Document.getAttachments()
Gets the attachments.ReplicationDocument.getAttachments()
Gets the attachments.Modifier and TypeMethodDescriptionDesignDocument.Builder.attachments
(Map<String, Attachment> attachments) Set the attachments.Document.Builder.attachments
(Map<String, Attachment> attachments) Set the attachments.ReplicationDocument.Builder.attachments
(Map<String, Attachment> attachments) Set the attachments.void
DesignDocument.setAttachments
(Map<String, Attachment> attachments) Sets the attachments.void
Document.setAttachments
(Map<String, Attachment> attachments) Sets the attachments.void
ReplicationDocument.setAttachments
(Map<String, Attachment> attachments) Sets the attachments.