public enum ThirdPartyRedirectAdExpandingDirection extends Enum<ThirdPartyRedirectAdExpandingDirection>
Java class for ThirdPartyRedirectAd.ExpandingDirection.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ThirdPartyRedirectAd.ExpandingDirection">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="EXPANDING_UP"/>
<enumeration value="EXPANDING_DOWN"/>
<enumeration value="EXPANDING_LEFT"/>
<enumeration value="EXPANDING_RIGHT"/>
<enumeration value="EXPANDING_UPLEFT"/>
<enumeration value="EXPANDING_UPRIGHT"/>
<enumeration value="EXPANDING_DOWNLEFT"/>
<enumeration value="EXPANDING_DOWNRIGHT"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EXPANDING_DOWN
The ad is allowed to expand downward.
|
EXPANDING_DOWNLEFT
The ad is allowed to expand toward the down-left corner.
|
EXPANDING_DOWNRIGHT
The ad is allowed to expand toward the down-right corner.
|
EXPANDING_LEFT
The ad is allowed to expand leftward.
|
EXPANDING_RIGHT
The ad is allowed to expand rightward.
|
EXPANDING_UP
The ad is allowed to expand upward.
|
EXPANDING_UPLEFT
The ad is allowed to expand toward the up-left corner.
|
EXPANDING_UPRIGHT
The ad is allowed to expand toward the up-right corner.
|
UNKNOWN
Whether the ad can be expanded is unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyRedirectAdExpandingDirection |
fromValue(String v) |
String |
value() |
static ThirdPartyRedirectAdExpandingDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyRedirectAdExpandingDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThirdPartyRedirectAdExpandingDirection UNKNOWN
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_UP
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_DOWN
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_LEFT
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_RIGHT
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_UPLEFT
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_UPRIGHT
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_DOWNLEFT
public static final ThirdPartyRedirectAdExpandingDirection EXPANDING_DOWNRIGHT
public static ThirdPartyRedirectAdExpandingDirection[] values()
for (ThirdPartyRedirectAdExpandingDirection c : ThirdPartyRedirectAdExpandingDirection.values()) System.out.println(c);
public static ThirdPartyRedirectAdExpandingDirection 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 ThirdPartyRedirectAdExpandingDirection fromValue(String v)
Copyright © 2023. All rights reserved.