Package com.ibm.cloud.cloudant.v1.model
Class HeadAttachmentOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.HeadAttachmentOptions
- All Implemented Interfaces:
ObjectModel
The headAttachment options.
-
Nested Class Summary
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a HeadAttachmentOptions builder
-
db
Gets the db. Path parameter to specify the database name.- Returns:
- the db
-
docId
Gets the docId. Path parameter to specify the document ID.- Returns:
- the docId
-
attachmentName
Gets the attachmentName. Path parameter to specify the attachment name.- Returns:
- the attachmentName
-
ifMatch
Gets the ifMatch. Header parameter for a conditional HTTP request matching an ETag.- Returns:
- the ifMatch
-
ifNoneMatch
Gets the ifNoneMatch. Header parameter for a conditional HTTP request not matching an ETag.- Returns:
- the ifNoneMatch
-
rev
Gets the rev. Query parameter to specify a document revision.- Returns:
- the rev
-