public enum ExternalDataSourceType extends java.lang.Enum<ExternalDataSourceType>
| Enum Constant and Description |
|---|
ContentHubIsotope
Enumeration : ContentHubIsotope
|
contentHubItem
Enumeration : contentHubItem
|
Datajourney
Enumeration : Datajourney
|
Identity
Enumeration : Identity
|
OpenSearch
Enumeration : OpenSearch
|
outgoingemail
Enumeration : outgoingemail
|
SimpleURL
Enumeration : SimpleURL
|
usermobileconfig
Enumeration : usermobileconfig
|
Wrapper
Enumeration : Wrapper
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ExternalDataSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDataSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalDataSourceType contentHubItem
public static final ExternalDataSourceType Datajourney
public static final ExternalDataSourceType OpenSearch
public static final ExternalDataSourceType ContentHubIsotope
public static final ExternalDataSourceType Identity
public static final ExternalDataSourceType outgoingemail
public static final ExternalDataSourceType SimpleURL
public static final ExternalDataSourceType usermobileconfig
public static final ExternalDataSourceType Wrapper
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static ExternalDataSourceType[] values()
for (ExternalDataSourceType c : ExternalDataSourceType.values()) System.out.println(c);
public static ExternalDataSourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ExternalDataSourceType>Copyright © 2020. All Rights Reserved.