Class CreateEnrichment
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.CreateEnrichment
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateEnrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about a specific enrichment.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateEnrichment.BuilderBuilder.static interfaceCreateEnrichment.TypeThe type of this enrichment. -
Method Summary
Modifier and Type Method Description Stringdescription()Gets the description.Stringname()Gets the name.CreateEnrichment.BuildernewBuilder()New builder.EnrichmentOptionsoptions()Gets the options.Stringtype()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateEnrichment builder
-
name
Gets the name.The human readable name for this enrichment.
- Returns:
- the name
-
description
Gets the description.The description of this enrichment.
- Returns:
- the description
-
type
Gets the type.The type of this enrichment.
- Returns:
- the type
-
options
Gets the options.A object containing options for the current enrichment.
- Returns:
- the options
-