public static enum AdVideo.EnumVideoState extends Enum<AdVideo.EnumVideoState>
Enum Constant and Description |
---|
VALUE_DRAFT |
VALUE_PUBLISHED |
VALUE_SCHEDULED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdVideo.EnumVideoState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdVideo.EnumVideoState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DRAFT") public static final AdVideo.EnumVideoState VALUE_DRAFT
@SerializedName(value="PUBLISHED") public static final AdVideo.EnumVideoState VALUE_PUBLISHED
@SerializedName(value="SCHEDULED") public static final AdVideo.EnumVideoState VALUE_SCHEDULED
public static AdVideo.EnumVideoState[] values()
for (AdVideo.EnumVideoState c : AdVideo.EnumVideoState.values()) System.out.println(c);
public static AdVideo.EnumVideoState 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<AdVideo.EnumVideoState>
Copyright © 2023. All rights reserved.