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