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