Class DeltaRefreshEnrichmentJobConfiguration


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20260325")
    public final class DeltaRefreshEnrichmentJobConfiguration
    extends EnrichmentJobConfiguration
    A DeltaRefreshEnrichmentJobConfiguration is an EnrichmentJobConfiguration [indicated by the first item under allOf, which is a reference to EnrichmentJobConfiguration] that describes the database schema that will be the scope of the enrichment job and the schedule on which the job will run.

    As distinguished by enrichmentJobType [with specific characteristics defined by the second item under allOf].
    Note: Objects should always be created or deserialized using the DeltaRefreshEnrichmentJobConfiguration.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the DeltaRefreshEnrichmentJobConfiguration.Builder, which maintain a set of all explicitly set fields called DeltaRefreshEnrichmentJobConfiguration.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).