Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions
-
Packages that use Restrictions Package Description se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.model_objects.specification -
-
Uses of Restrictions in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return Restrictions Modifier and Type Method Description RestrictionsRestrictions.Builder. build()RestrictionsRestrictions.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of Restrictions in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Restrictions Modifier and Type Method Description RestrictionsAlbumSimplified. getRestrictions()Get the Restrictions of the album.RestrictionsTrack. getRestrictions()Get the restrictions of the track.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type Restrictions Modifier and Type Method Description AlbumSimplified.BuilderAlbumSimplified.Builder. setRestrictions(Restrictions restrictions)Set the restrictions of the album to be built.Track.BuilderTrack.Builder. setRestrictions(Restrictions restrictions)Set the restrictions object of the track to be built.
-