Uses of Class
com.ibm.watson.discovery.v2.model.CollectionEnrichment
Package | Description |
---|---|
com.ibm.watson.discovery.v2.model |
-
Uses of CollectionEnrichment in com.ibm.watson.discovery.v2.model
Methods in com.ibm.watson.discovery.v2.model that return CollectionEnrichment Modifier and Type Method Description CollectionEnrichment
CollectionEnrichment.Builder. build()
Builds a CollectionEnrichment.Methods in com.ibm.watson.discovery.v2.model that return types with arguments of type CollectionEnrichment Modifier and Type Method Description List<CollectionEnrichment>
CollectionDetails. enrichments()
Gets the enrichments.List<CollectionEnrichment>
CreateCollectionOptions. enrichments()
Gets the enrichments.List<CollectionEnrichment>
UpdateCollectionOptions. enrichments()
Gets the enrichments.Methods in com.ibm.watson.discovery.v2.model with parameters of type CollectionEnrichment Modifier and Type Method Description CollectionDetails.Builder
CollectionDetails.Builder. addEnrichments(CollectionEnrichment enrichments)
Adds an enrichments to enrichments.CreateCollectionOptions.Builder
CreateCollectionOptions.Builder. addEnrichments(CollectionEnrichment enrichments)
Adds an enrichments to enrichments.UpdateCollectionOptions.Builder
UpdateCollectionOptions.Builder. addEnrichments(CollectionEnrichment enrichments)
Adds an enrichments to enrichments.Method parameters in com.ibm.watson.discovery.v2.model with type arguments of type CollectionEnrichment Modifier and Type Method Description CollectionDetails.Builder
CollectionDetails.Builder. enrichments(List<CollectionEnrichment> enrichments)
Set the enrichments.CreateCollectionOptions.Builder
CreateCollectionOptions.Builder. enrichments(List<CollectionEnrichment> enrichments)
Set the enrichments.UpdateCollectionOptions.Builder
UpdateCollectionOptions.Builder. enrichments(List<CollectionEnrichment> enrichments)
Set the enrichments.