Uses of Class
com.ibm.cloud.cloudant.v1.model.PutLocalDocumentOptions.Builder
-
Packages that use PutLocalDocumentOptions.Builder Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of PutLocalDocumentOptions.Builder in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return PutLocalDocumentOptions.Builder Modifier and Type Method Description PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. batch(String batch)
Set the batch.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. body(File body)
Set the body.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. body(InputStream body)
Set the body.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. contentType(String contentType)
Set the contentType.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. db(String db)
Set the db.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. docId(String docId)
Set the docId.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions.Builder. document(Document document)
Set the document.PutLocalDocumentOptions.Builder
PutLocalDocumentOptions. newBuilder()
New builder.
-