Class EnrichmentObj
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EnrichmentObj
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EnrichmentObj extends com.ibm.cloud.sdk.core.service.model.GenericModelEncrichment api object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnrichmentObj.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcatalog()Gets the catalog.EnrichmentObj.BuildernewBuilder()New builder.java.lang.Stringoperation()Gets the operation.java.lang.Stringschema()Gets the schema.java.util.List<java.lang.String>tables()Gets the tables.
-
-
-
Method Detail
-
newBuilder
public EnrichmentObj.Builder newBuilder()
New builder.- Returns:
- a EnrichmentObj builder
-
catalog
public java.lang.String catalog()
Gets the catalog. catalog name.- Returns:
- the catalog
-
operation
public java.lang.String operation()
Gets the operation. operation type.- Returns:
- the operation
-
schema
public java.lang.String schema()
Gets the schema. schema name.- Returns:
- the schema
-
tables
public java.util.List<java.lang.String> tables()
Gets the tables. schema name.- Returns:
- the tables
-
-