![JAR search and dependency download from the Maven repository](/logo.png)
co.fusionx.spotify.model.jackson.JacksonExternalURL Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-model Show documentation
Show all versions of spotify-model Show documentation
Spotify Model classes for Spotify APIs
The newest version!
package co.fusionx.spotify.model.jackson;
import com.fasterxml.jackson.annotation.JsonProperty;
import co.fusionx.spotify.model.ExternalURL;
public class JacksonExternalURL implements ExternalURL {
@JsonProperty(value = "spotify")
private String mUrl;
public String getUrl() {
return mUrl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy