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.GenericModel
Encrichment api object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnrichmentObj.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
catalog()
Gets the catalog.EnrichmentObj.Builder
newBuilder()
New builder.java.lang.String
operation()
Gets the operation.java.lang.String
schema()
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
-
-