Class UpdateEnrichmentOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.UpdateEnrichmentOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateEnrichmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateEnrichment options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateEnrichmentOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
description()
Gets the description.String
enrichmentId()
Gets the enrichmentId.String
name()
Gets the name.UpdateEnrichmentOptions.Builder
newBuilder()
New builder.String
projectId()
Gets the projectId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdateEnrichmentOptions builder
-
projectId
Gets the projectId.The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
- Returns:
- the projectId
-
enrichmentId
Gets the enrichmentId.The ID of the enrichment.
- Returns:
- the enrichmentId
-
name
Gets the name.A new name for the enrichment.
- Returns:
- the name
-
description
Gets the description.A new description for the enrichment.
- Returns:
- the description
-