Package de.sonallux.spotify.api.models
Class TrackRestriction
- java.lang.Object
-
- de.sonallux.spotify.api.models.TrackRestriction
-
public class TrackRestriction extends Object
-
-
Constructor Summary
Constructors Constructor Description TrackRestriction()
-
-
-
Field Detail
-
reason
public String reason
The reason for the restriction. Supported values:
market- The content item is not available in the given market.product- The content item is not available for the user's subscription type.explicit- The content item is explicit and the user's account is set to not play explicit content.
Additional reasons may be added in the future. Note: If you use this field, make sure that your application safely handles unknown values.
-
-