Uses of Class
com.ibm.cloud.cloudant.v1.model.Attachment
-
Packages that use Attachment Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of Attachment in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return Attachment Modifier and Type Method Description Attachment
Attachment.Builder. build()
Builds a Attachment.Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type Attachment Modifier and Type Method Description Map<String,Attachment>
DesignDocument. getAttachments()
Gets the attachments.Map<String,Attachment>
Document. getAttachments()
Gets the attachments.Map<String,Attachment>
ReplicationDocument. getAttachments()
Gets the attachments.Method parameters in com.ibm.cloud.cloudant.v1.model with type arguments of type Attachment Modifier and Type Method Description DesignDocument.Builder
DesignDocument.Builder. attachments(Map<String,Attachment> attachments)
Set the attachments.Document.Builder
Document.Builder. attachments(Map<String,Attachment> attachments)
Set the attachments.ReplicationDocument.Builder
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.
-