Uses of Class
com.wrapper.spotify.model_objects.miscellaneous.Restrictions
-
Packages that use Restrictions Package Description com.wrapper.spotify.model_objects.miscellaneous com.wrapper.spotify.model_objects.specification -
-
Uses of Restrictions in com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.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.
-