Package com.google.doubleclick
Enum AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase
- java.lang.Object
-
- java.lang.Enum<AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase>
-
- com.google.doubleclick.AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase>
- Enclosing class:
- AdxExt.BidExt.SdkRenderedAd.DeclaredAd
public static enum AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase extends Enum<AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONTENT_NOT_SETHTML_SNIPPETNATIVE_RESPONSEVIDEO_URLVIDEO_VAST_XML
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCaseforNumber(int value)intgetNumber()static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCasevalueOf(int value)Deprecated.static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCasevalueOf(String name)Returns the enum constant of this type with the specified name.static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HTML_SNIPPET
public static final AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase HTML_SNIPPET
-
VIDEO_URL
public static final AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase VIDEO_URL
-
VIDEO_VAST_XML
public static final AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase VIDEO_VAST_XML
-
NATIVE_RESPONSE
public static final AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase NATIVE_RESPONSE
-
CONTENT_NOT_SET
public static final AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase CONTENT_NOT_SET
-
-
Method Detail
-
values
public static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase c : AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-