Package video.api.client.api.models
Enum AnalyticsMetricsBreakdownResponseContext.BreakdownEnum
- java.lang.Object
-
- java.lang.Enum<AnalyticsMetricsBreakdownResponseContext.BreakdownEnum>
-
- video.api.client.api.models.AnalyticsMetricsBreakdownResponseContext.BreakdownEnum
-
- All Implemented Interfaces:
Serializable,Comparable<AnalyticsMetricsBreakdownResponseContext.BreakdownEnum>
- Enclosing class:
- AnalyticsMetricsBreakdownResponseContext
public static enum AnalyticsMetricsBreakdownResponseContext.BreakdownEnum extends Enum<AnalyticsMetricsBreakdownResponseContext.BreakdownEnum>
Returns the dimension you selected.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyticsMetricsBreakdownResponseContext.BreakdownEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description BROWSERCONTINENTCOUNTRYDEVICE_TYPEMEDIA_IDMEDIA_TYPEOPERATING_SYSTEM
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsMetricsBreakdownResponseContext.BreakdownEnumfromValue(String value)StringgetValue()StringtoString()static AnalyticsMetricsBreakdownResponseContext.BreakdownEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsMetricsBreakdownResponseContext.BreakdownEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MEDIA_ID
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum MEDIA_ID
-
MEDIA_TYPE
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum MEDIA_TYPE
-
CONTINENT
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum CONTINENT
-
COUNTRY
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum COUNTRY
-
DEVICE_TYPE
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum DEVICE_TYPE
-
OPERATING_SYSTEM
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum OPERATING_SYSTEM
-
BROWSER
public static final AnalyticsMetricsBreakdownResponseContext.BreakdownEnum BROWSER
-
-
Method Detail
-
values
public static AnalyticsMetricsBreakdownResponseContext.BreakdownEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AnalyticsMetricsBreakdownResponseContext.BreakdownEnum c : AnalyticsMetricsBreakdownResponseContext.BreakdownEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AnalyticsMetricsBreakdownResponseContext.BreakdownEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<AnalyticsMetricsBreakdownResponseContext.BreakdownEnum>
-
fromValue
public static AnalyticsMetricsBreakdownResponseContext.BreakdownEnum fromValue(String value)
-
-