Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.Restrictions
Packages that use Restrictions
Package
Description
-
Uses of Restrictions in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return RestrictionsModifier and TypeMethodDescriptionRestrictions.Builder.build()
Restrictions.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 RestrictionsModifier and TypeMethodDescriptionAlbumSimplified.getRestrictions()
Get the Restrictions of the album.Track.getRestrictions()
Get the restrictions of the track.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type RestrictionsModifier 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.