Package com.ibm.cloud.cloudant.v1.model
Class DeleteLocalDocumentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.cloudant.v1.model.DeleteLocalDocumentOptions.Builder
-
- Enclosing class:
- DeleteLocalDocumentOptions
public static class DeleteLocalDocumentOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteLocalDocumentOptions.Builder
batch(String batch)
Set the batch.DeleteLocalDocumentOptions
build()
Builds a DeleteLocalDocumentOptions.DeleteLocalDocumentOptions.Builder
db(String db)
Set the db.DeleteLocalDocumentOptions.Builder
docId(String docId)
Set the docId.
-
-
-
Method Detail
-
build
public DeleteLocalDocumentOptions build()
Builds a DeleteLocalDocumentOptions.- Returns:
- the new DeleteLocalDocumentOptions instance
-
db
public DeleteLocalDocumentOptions.Builder db(String db)
Set the db.- Parameters:
db
- the db- Returns:
- the DeleteLocalDocumentOptions builder
-
docId
public DeleteLocalDocumentOptions.Builder docId(String docId)
Set the docId.- Parameters:
docId
- the docId- Returns:
- the DeleteLocalDocumentOptions builder
-
batch
public DeleteLocalDocumentOptions.Builder batch(String batch)
Set the batch.- Parameters:
batch
- the batch- Returns:
- the DeleteLocalDocumentOptions builder
-
-