@Generated public enum IngestionSourceType extends Enum<IngestionSourceType>
| Enum Constant and Description |
|---|
DYNAMICS365 |
GA4_RAW_DATA |
MANAGED_POSTGRESQL |
MYSQL |
NETSUITE |
ORACLE |
POSTGRESQL |
SALESFORCE |
SERVICENOW |
SHAREPOINT |
SQLSERVER |
TERADATA |
WORKDAY_RAAS |
| Modifier and Type | Method and Description |
|---|---|
static IngestionSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionSourceType DYNAMICS365
public static final IngestionSourceType GA4_RAW_DATA
public static final IngestionSourceType MANAGED_POSTGRESQL
public static final IngestionSourceType MYSQL
public static final IngestionSourceType NETSUITE
public static final IngestionSourceType ORACLE
public static final IngestionSourceType POSTGRESQL
public static final IngestionSourceType SALESFORCE
public static final IngestionSourceType SERVICENOW
public static final IngestionSourceType SHAREPOINT
public static final IngestionSourceType SQLSERVER
public static final IngestionSourceType TERADATA
public static final IngestionSourceType WORKDAY_RAAS
public static IngestionSourceType[] values()
for (IngestionSourceType c : IngestionSourceType.values()) System.out.println(c);
public static IngestionSourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.