Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions
Package
Description
-
Uses of Restrictions in se.michaelthelin.spotify.model_objects.miscellaneous
Modifier and TypeMethodDescriptionRestrictions.Builder.build()
Restrictions.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) -
Uses of Restrictions in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbumSimplified.getRestrictions()
Get the Restrictions of the album.Track.getRestrictions()
Get the restrictions of the track.Modifier and TypeMethodDescriptionAlbumSimplified.Builder.setRestrictions
(Restrictions restrictions) Set the restrictions of the album to be built.Track.Builder.setRestrictions
(Restrictions restrictions) Set the restrictions object of the track to be built.