Package com.ibm.cloud.cloudant.v1.model
Class DeleteLocalDocumentOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.DeleteLocalDocumentOptions.Builder
- Enclosing class:
DeleteLocalDocumentOptions
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet the batch.build()
Builds a DeleteLocalDocumentOptions.Set the db.Set the docId.
-
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 DeleteLocalDocumentOptions.- Returns:
- the new DeleteLocalDocumentOptions instance
-
db
Set the db.- Parameters:
db
- the db- Returns:
- the DeleteLocalDocumentOptions builder
-
docId
Set the docId.- Parameters:
docId
- the docId- Returns:
- the DeleteLocalDocumentOptions builder
-
batch
Set the batch.- Parameters:
batch
- the batch- Returns:
- the DeleteLocalDocumentOptions builder
-