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