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