Class DeleteEnrichmentOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.DeleteEnrichmentOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteEnrichmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteEnrichment options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteEnrichmentOptions.BuilderBuilder. -
Method Summary
Modifier and Type Method Description StringenrichmentId()Gets the enrichmentId.DeleteEnrichmentOptions.BuildernewBuilder()New builder.StringprojectId()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 DeleteEnrichmentOptions builder
-
projectId
Gets the projectId.The ID of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
- Returns:
- the projectId
-
enrichmentId
Gets the enrichmentId.The ID of the enrichment.
- Returns:
- the enrichmentId
-