Package com.ibm.cloud.cloudant.v1.model
Class HeadLocalDocumentOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.HeadLocalDocumentOptions.Builder
- Enclosing class:
 HeadLocalDocumentOptions
Builder.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a HeadLocalDocumentOptions.Set the db.Set the docId.ifNoneMatch(String ifNoneMatch) Set the ifNoneMatch. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
Instantiates a new builder with required properties.- Parameters:
 db- the dbdocId- the docId
 
 - 
 - 
Method Details
- 
build
Builds a HeadLocalDocumentOptions.- Returns:
 - the new HeadLocalDocumentOptions instance
 
 - 
db
Set the db.- Parameters:
 db- the db- Returns:
 - the HeadLocalDocumentOptions builder
 
 - 
docId
Set the docId.- Parameters:
 docId- the docId- Returns:
 - the HeadLocalDocumentOptions builder
 
 - 
ifNoneMatch
Set the ifNoneMatch.- Parameters:
 ifNoneMatch- the ifNoneMatch- Returns:
 - the HeadLocalDocumentOptions builder
 
 
 -