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