public static enum VideoCopyrightMatch.EnumAction extends Enum<VideoCopyrightMatch.EnumAction>
| Enum Constant and Description |
|---|
VALUE_BLOCK |
VALUE_CLAIM_AD_EARNINGS |
VALUE_MANUAL_REVIEW |
VALUE_MONITOR |
VALUE_REQUEST_TAKEDOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VideoCopyrightMatch.EnumAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoCopyrightMatch.EnumAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="BLOCK") public static final VideoCopyrightMatch.EnumAction VALUE_BLOCK
@SerializedName(value="CLAIM_AD_EARNINGS") public static final VideoCopyrightMatch.EnumAction VALUE_CLAIM_AD_EARNINGS
@SerializedName(value="MANUAL_REVIEW") public static final VideoCopyrightMatch.EnumAction VALUE_MANUAL_REVIEW
@SerializedName(value="MONITOR") public static final VideoCopyrightMatch.EnumAction VALUE_MONITOR
@SerializedName(value="REQUEST_TAKEDOWN") public static final VideoCopyrightMatch.EnumAction VALUE_REQUEST_TAKEDOWN
public static VideoCopyrightMatch.EnumAction[] values()
for (VideoCopyrightMatch.EnumAction c : VideoCopyrightMatch.EnumAction.values()) System.out.println(c);
public static VideoCopyrightMatch.EnumAction 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<VideoCopyrightMatch.EnumAction>Copyright © 2024. All rights reserved.