public static enum VideoCopyrightMatch.EnumActionReason extends Enum<VideoCopyrightMatch.EnumActionReason>
| Enum Constant and Description |
|---|
VALUE_ARTICLE_17_PREFLAGGING |
VALUE_ARTIST_OBJECTION |
VALUE_OBJECTIONABLE_CONTENT |
VALUE_PREMIUM_MUSIC_VIDEO |
VALUE_PRERELEASE_CONTENT |
VALUE_PRODUCT_PARAMETERS |
VALUE_RESTRICTED_CONTENT |
VALUE_UNAUTHORIZED_COMMERCIAL_USE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VideoCopyrightMatch.EnumActionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoCopyrightMatch.EnumActionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ARTICLE_17_PREFLAGGING") public static final VideoCopyrightMatch.EnumActionReason VALUE_ARTICLE_17_PREFLAGGING
@SerializedName(value="ARTIST_OBJECTION") public static final VideoCopyrightMatch.EnumActionReason VALUE_ARTIST_OBJECTION
@SerializedName(value="OBJECTIONABLE_CONTENT") public static final VideoCopyrightMatch.EnumActionReason VALUE_OBJECTIONABLE_CONTENT
@SerializedName(value="PREMIUM_MUSIC_VIDEO") public static final VideoCopyrightMatch.EnumActionReason VALUE_PREMIUM_MUSIC_VIDEO
@SerializedName(value="PRERELEASE_CONTENT") public static final VideoCopyrightMatch.EnumActionReason VALUE_PRERELEASE_CONTENT
@SerializedName(value="PRODUCT_PARAMETERS") public static final VideoCopyrightMatch.EnumActionReason VALUE_PRODUCT_PARAMETERS
@SerializedName(value="RESTRICTED_CONTENT") public static final VideoCopyrightMatch.EnumActionReason VALUE_RESTRICTED_CONTENT
@SerializedName(value="UNAUTHORIZED_COMMERCIAL_USE") public static final VideoCopyrightMatch.EnumActionReason VALUE_UNAUTHORIZED_COMMERCIAL_USE
public static VideoCopyrightMatch.EnumActionReason[] values()
for (VideoCopyrightMatch.EnumActionReason c : VideoCopyrightMatch.EnumActionReason.values()) System.out.println(c);
public static VideoCopyrightMatch.EnumActionReason 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.EnumActionReason>Copyright © 2024. All rights reserved.