Package de.sonallux.spotify.api.models
Class SnapshotId
- java.lang.Object
-
- de.sonallux.spotify.api.models.SnapshotId
-
public class SnapshotId extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringsnapshotIdThe snapshot_id can be used to identify your playlist version in future requests.
-
Constructor Summary
Constructors Constructor Description SnapshotId()
-
-
-
Field Detail
-
snapshotId
public String snapshotId
The snapshot_id can be used to identify your playlist version in future requests.
-
-