public enum MediaSearchReturnType extends Enum<MediaSearchReturnType>
| Enum Constant and Description |
|---|
ALBUM |
ALL_ARTIST |
ALL_TRACK |
AUDIO_BOOK |
DEFAULT |
MIX |
MOVIE |
PODCAST |
TV_SEASON |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterValue() |
static MediaSearchReturnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaSearchReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaSearchReturnType DEFAULT
public static final MediaSearchReturnType MIX
public static final MediaSearchReturnType MOVIE
public static final MediaSearchReturnType ALBUM
public static final MediaSearchReturnType PODCAST
public static final MediaSearchReturnType VIDEO
public static final MediaSearchReturnType TV_SEASON
public static final MediaSearchReturnType ALL_TRACK
public static final MediaSearchReturnType ALL_ARTIST
public static final MediaSearchReturnType AUDIO_BOOK
public static MediaSearchReturnType[] values()
for (MediaSearchReturnType c : MediaSearchReturnType.values()) System.out.println(c);
public static MediaSearchReturnType 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.