Package com.ibm.cloud.cloudant.v1.model
Class DeleteReplicationDocumentOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.DeleteReplicationDocumentOptions.Builder
- Enclosing class:
DeleteReplicationDocumentOptions
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet the batch.build()
Builds a DeleteReplicationDocumentOptions.Set the docId.Set the ifMatch.Set the rev.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
docId
- the docId
-
-
Method Details
-
build
Builds a DeleteReplicationDocumentOptions.- Returns:
- the new DeleteReplicationDocumentOptions instance
-
docId
Set the docId.- Parameters:
docId
- the docId- Returns:
- the DeleteReplicationDocumentOptions builder
-
ifMatch
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the DeleteReplicationDocumentOptions builder
-
batch
Set the batch.- Parameters:
batch
- the batch- Returns:
- the DeleteReplicationDocumentOptions builder
-
rev
Set the rev.- Parameters:
rev
- the rev- Returns:
- the DeleteReplicationDocumentOptions builder
-