PandoraType enum
Pandora entity types.
Constructors
- PandoraType()
-
const
Values
- album → const PandoraType
- artist → const PandoraType
- artistAllSongs → const PandoraType
- artistTopSongs → const PandoraType
- autoplay → const PandoraType
- browseDirectory → const PandoraType
- collectedAlbumTracks → const PandoraType
- collectedTracks → const PandoraType
- composer → const PandoraType
- downloadedTracks → const PandoraType
- genre → const PandoraType
- playlist → const PandoraType
- podcast → const PandoraType
- podcastAutoplay → const PandoraType
- episode → const PandoraType
- song → const PandoraType
- station → const PandoraType
- stationSampleTracks → const PandoraType
- stationThumbUp → const PandoraType
- userStation → const PandoraType
- hybridStation → const PandoraType
- artistMessage → const PandoraType
- listener → const PandoraType
- curator → const PandoraType
- podcastCategory → const PandoraType
- podcastPublisher → const PandoraType
- stationFactory → const PandoraType
- ae → const PandoraType
- bn → const PandoraType
- cg → const PandoraType
- le → const PandoraType
- mo → const PandoraType
- lc → const PandoraType
- sc → const PandoraType
- sh → const PandoraType
- sp → const PandoraType
- ve → const PandoraType
- xc → const PandoraType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PandoraType> - A constant List of the values in this enum, in order of their declaration.