public static enum CustomAudienceDataSource.EnumType extends Enum<CustomAudienceDataSource.EnumType>
| Enum Constant and Description |
|---|
VALUE_CONTACT_IMPORTER |
VALUE_COPY_PASTE |
VALUE_EVENT_BASED |
VALUE_FILE_IMPORTED |
VALUE_HOUSEHOLD_AUDIENCE |
VALUE_SEED_BASED |
VALUE_THIRD_PARTY_IMPORTED |
VALUE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CustomAudienceDataSource.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomAudienceDataSource.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CONTACT_IMPORTER") public static final CustomAudienceDataSource.EnumType VALUE_CONTACT_IMPORTER
@SerializedName(value="COPY_PASTE") public static final CustomAudienceDataSource.EnumType VALUE_COPY_PASTE
@SerializedName(value="EVENT_BASED") public static final CustomAudienceDataSource.EnumType VALUE_EVENT_BASED
@SerializedName(value="FILE_IMPORTED") public static final CustomAudienceDataSource.EnumType VALUE_FILE_IMPORTED
@SerializedName(value="HOUSEHOLD_AUDIENCE") public static final CustomAudienceDataSource.EnumType VALUE_HOUSEHOLD_AUDIENCE
@SerializedName(value="SEED_BASED") public static final CustomAudienceDataSource.EnumType VALUE_SEED_BASED
@SerializedName(value="THIRD_PARTY_IMPORTED") public static final CustomAudienceDataSource.EnumType VALUE_THIRD_PARTY_IMPORTED
@SerializedName(value="UNKNOWN") public static final CustomAudienceDataSource.EnumType VALUE_UNKNOWN
public static CustomAudienceDataSource.EnumType[] values()
for (CustomAudienceDataSource.EnumType c : CustomAudienceDataSource.EnumType.values()) System.out.println(c);
public static CustomAudienceDataSource.EnumType 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 nullpublic String toString()
toString in class Enum<CustomAudienceDataSource.EnumType>Copyright © 2024. All rights reserved.