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 CollectionEnrichmentCollectionEnrichment.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.BuilderCollectionDetails.Builder. addEnrichments(CollectionEnrichment enrichments)Adds an enrichments to enrichments.CreateCollectionOptions.BuilderCreateCollectionOptions.Builder. addEnrichments(CollectionEnrichment enrichments)Adds an enrichments to enrichments.UpdateCollectionOptions.BuilderUpdateCollectionOptions.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.BuilderCollectionDetails.Builder. enrichments(List<CollectionEnrichment> enrichments)Set the enrichments.CreateCollectionOptions.BuilderCreateCollectionOptions.Builder. enrichments(List<CollectionEnrichment> enrichments)Set the enrichments.UpdateCollectionOptions.BuilderUpdateCollectionOptions.Builder. enrichments(List<CollectionEnrichment> enrichments)Set the enrichments.