Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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