Class Enrichments

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.Enrichments
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Enrichments
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object that contains an array of enrichment definitions.
  • Constructor Summary

    Constructors
    Constructor Description
    Enrichments()  
  • Method Summary

    Modifier and Type Method Description
    List<Enrichment> getEnrichments()
    Gets the enrichments.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Enrichments

      public Enrichments()
  • Method Details

    • getEnrichments

      public List<Enrichment> getEnrichments()
      Gets the enrichments.

      An array of enrichment definitions.

      Returns:
      the enrichments