Package com.ibm.cloud.cloudant.v1.model
Class GetLocalDocumentOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.GetLocalDocumentOptions
- All Implemented Interfaces:
 ObjectModel
The getLocalDocument options.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a GetLocalDocumentOptions 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
 
 - 
accept
Gets the accept. The type of the response: application/json, multipart/mixed, multipart/related, or application/octet-stream.- Returns:
 - the accept
 
 - 
ifNoneMatch
Gets the ifNoneMatch. Header parameter for a conditional HTTP request not matching an ETag.- Returns:
 - the ifNoneMatch
 
 - 
attachments
Gets the attachments. Query parameter to specify whether to include attachments bodies in a response.- Returns:
 - the attachments
 
 - 
attEncodingInfo
Gets the attEncodingInfo. Query parameter to specify whether to include the encoding information in attachment stubs if the particular attachment is compressed.- Returns:
 - the attEncodingInfo
 
 - 
localSeq
Gets the localSeq. Query parameter to specify whether to include the last update sequence for the document.- Returns:
 - the localSeq
 
 
 -