public static enum VideoCopyrightMatch.EnumMatchContentType extends Enum<VideoCopyrightMatch.EnumMatchContentType>
| Enum Constant and Description |
|---|
VALUE_AUDIO_ONLY |
VALUE_VIDEO_AND_AUDIO |
VALUE_VIDEO_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VideoCopyrightMatch.EnumMatchContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoCopyrightMatch.EnumMatchContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AUDIO_ONLY") public static final VideoCopyrightMatch.EnumMatchContentType VALUE_AUDIO_ONLY
@SerializedName(value="VIDEO_AND_AUDIO") public static final VideoCopyrightMatch.EnumMatchContentType VALUE_VIDEO_AND_AUDIO
@SerializedName(value="VIDEO_ONLY") public static final VideoCopyrightMatch.EnumMatchContentType VALUE_VIDEO_ONLY
public static VideoCopyrightMatch.EnumMatchContentType[] values()
for (VideoCopyrightMatch.EnumMatchContentType c : VideoCopyrightMatch.EnumMatchContentType.values()) System.out.println(c);
public static VideoCopyrightMatch.EnumMatchContentType 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.EnumMatchContentType>Copyright © 2024. All rights reserved.