Uses of Class
com.ibm.cloud.cloudant.v1.model.PutAttachmentOptions.Builder
-
Packages that use PutAttachmentOptions.Builder Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of PutAttachmentOptions.Builder in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return PutAttachmentOptions.Builder Modifier and Type Method Description PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. attachment(File attachment)
Set the attachment.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. attachment(InputStream attachment)
Set the attachment.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. attachmentName(String attachmentName)
Set the attachmentName.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. contentType(String contentType)
Set the contentType.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. db(String db)
Set the db.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. docId(String docId)
Set the docId.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. ifMatch(String ifMatch)
Set the ifMatch.PutAttachmentOptions.Builder
PutAttachmentOptions. newBuilder()
New builder.PutAttachmentOptions.Builder
PutAttachmentOptions.Builder. rev(String rev)
Set the rev.
-