Uses of Class
com.ibm.watson.discovery.v1.model.AddDocumentOptions.Builder
Package | Description |
---|---|
com.ibm.watson.discovery.v1.model |
-
Uses of AddDocumentOptions.Builder in com.ibm.watson.discovery.v1.model
Methods in com.ibm.watson.discovery.v1.model that return AddDocumentOptions.Builder Modifier and Type Method Description AddDocumentOptions.Builder
AddDocumentOptions.Builder. collectionId(String collectionId)
Set the collectionId.AddDocumentOptions.Builder
AddDocumentOptions.Builder. environmentId(String environmentId)
Set the environmentId.AddDocumentOptions.Builder
AddDocumentOptions.Builder. file(File file)
Set the file.AddDocumentOptions.Builder
AddDocumentOptions.Builder. file(InputStream file)
Set the file.AddDocumentOptions.Builder
AddDocumentOptions.Builder. fileContentType(String fileContentType)
Set the fileContentType.AddDocumentOptions.Builder
AddDocumentOptions.Builder. filename(String filename)
Set the filename.AddDocumentOptions.Builder
AddDocumentOptions.Builder. metadata(String metadata)
Set the metadata.AddDocumentOptions.Builder
AddDocumentOptions. newBuilder()
New builder.