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