Class WatsonDiscoveryEndpointBuilderFactory.WatsonDiscoveryHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.WatsonDiscoveryEndpointBuilderFactory.WatsonDiscoveryHeaderNameBuilder
- Enclosing interface:
WatsonDiscoveryEndpointBuilderFactory
public static class WatsonDiscoveryEndpointBuilderFactory.WatsonDiscoveryHeaderNameBuilder
extends Object
The builder of headers' name for the IBM Watson Discovery component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe collection description.The collection ID.The collection name.The number of results to return.The document content type.The document file.The document filename.The document ID.The filter to apply to the query.The operation to perform.The natural language query to execute.
-
Constructor Details
-
WatsonDiscoveryHeaderNameBuilder
public WatsonDiscoveryHeaderNameBuilder()
-
-
Method Details
-
iBMWatsonDiscoveryOperation
The operation to perform. The option is a:WatsonDiscoveryOperationstype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryOperation.
-
iBMWatsonDiscoveryQuery
The natural language query to execute. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryQuery.
-
iBMWatsonDiscoveryCount
The number of results to return. The option is a:Integertype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryCount.
-
iBMWatsonDiscoveryFilter
The filter to apply to the query. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryFilter.
-
iBMWatsonDiscoveryCollectionId
The collection ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryCollectionId.
-
iBMWatsonDiscoveryCollectionName
The collection name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryCollectionName.
-
iBMWatsonDiscoveryCollectionDescription
The collection description. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryCollectionDescription.
-
iBMWatsonDiscoveryDocumentId
The document ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryDocumentId.
-
iBMWatsonDiscoveryDocumentFile
The document file. The option is a:java.io.InputStreamtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryDocumentFile.
-
iBMWatsonDiscoveryDocumentFilename
The document filename. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryDocumentFilename.
-
iBMWatsonDiscoveryDocumentContentType
The document content type. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
IBMWatsonDiscoveryDocumentContentType.
-