Package de.sonallux.spotify.api.models
Class SavedShow
- java.lang.Object
-
- de.sonallux.spotify.api.models.SavedShow
-
public class SavedShow extends Object
-
-
Field Summary
Fields Modifier and Type Field Description InstantaddedAtThe date and time the show was saved.SimplifiedShowshowInformation about the show.
-
Constructor Summary
Constructors Constructor Description SavedShow()
-
-
-
Field Detail
-
addedAt
public Instant addedAt
The date and time the show was saved. Timestamps are returned in ISO 8601 format as Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ. If the time is imprecise (for example, the date/time of an album release), an additional field indicates the precision; see for example, release_date in an album object.
-
show
public SimplifiedShow show
Information about the show.
-
-