Uses of Class
com.ibm.cloud.cloudant.v1.model.Attachment
Packages that use Attachment
-
Uses of Attachment in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return AttachmentMethods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionDesignDocument.getAttachments()Gets the attachments.Document.getAttachments()Gets the attachments.ReplicationDocument.getAttachments()Gets the attachments.Method parameters in com.ibm.cloud.cloudant.v1.model with type arguments of type AttachmentModifier 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.voidDesignDocument.setAttachments(Map<String, Attachment> attachments) Sets the attachments.voidDocument.setAttachments(Map<String, Attachment> attachments) Sets the attachments.voidReplicationDocument.setAttachments(Map<String, Attachment> attachments) Sets the attachments.