public enum FeedType extends Enum<FeedType>
FeedGenerator
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static FeedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeedType TOP_AUDIOBOOKS
public static final FeedType TOP_PAID
public static final FeedType TOP_FREE
public static final FeedType NEW_APPS_WE_LOVE
public static final FeedType NEW_GAMES_WE_LOVE
public static final FeedType TOP_FREE_IPAD
public static final FeedType TOP_GROSSING_IPAD
public static final FeedType TOP_GROSSING
public static final FeedType TOP_FREE_GAMES
public static final FeedType TOP_PAID_GAMES
public static final FeedType TOP_ITUNES_U_COLLECTION
public static final FeedType TOP_ITUNES_U_COURSES
public static final FeedType TOP_MOVIES
public static final FeedType TOP_MOVIES_ACTION_AND_ADVENTURE
public static final FeedType TOP_MOVIES_DOCUMENTARY
public static final FeedType TOP_MUSIC_VIDEOS
public static final FeedType TOP_PODCASTS
public static final FeedType TOP_TV_EPISODES
public static final FeedType TOP_TV_SEASONS
public static final FeedType NEW_MUSIC
public static final FeedType RECENT_RELEASES
public static final FeedType HOT_ALBUMS
public static final FeedType TOP_SONGS
public static final FeedType TOP_ALBUMS
public static final FeedType TOP_SONGS_COUNTRY
public static final FeedType HOT_TRACKS
public static final FeedType HOT_TRACKS_COUNTRY
public static final FeedType TOP_MAC_APPS
public static final FeedType TOP_FREE_MAC_APPS
public static final FeedType TOP_PAID_MAC_APPS
public static final FeedType TOP_GROSSING_MAC_APPS
public static FeedType[] values()
for (FeedType c : FeedType.values()) System.out.println(c);
public static FeedType 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 getCode()
Copyright © 2018. All rights reserved.