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