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