public enum SystemManagedEntitySource extends Enum<SystemManagedEntitySource>
Java class for SystemManagedEntitySource.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SystemManagedEntitySource">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="AD_VARIATIONS"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AD_VARIATIONS
Generated ad variations experiment ad.
|
UNKNOWN
Used for return value only.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemManagedEntitySource |
fromValue(String v) |
String |
value() |
static SystemManagedEntitySource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemManagedEntitySource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemManagedEntitySource UNKNOWN
public static final SystemManagedEntitySource AD_VARIATIONS
public static SystemManagedEntitySource[] values()
for (SystemManagedEntitySource c : SystemManagedEntitySource.values()) System.out.println(c);
public static SystemManagedEntitySource 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 value()
public static SystemManagedEntitySource fromValue(String v)
Copyright © 2023. All rights reserved.