ru.blizzed.opensongkick.models.Status Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenSongKick Show documentation
Show all versions of OpenSongKick Show documentation
Simple Java library for non-auth methods of Songkick.com API
The newest version!
package ru.blizzed.opensongkick.models;
import com.google.gson.annotations.SerializedName;
public enum Status {
@SerializedName("ok")
OK,
@SerializedName("error")
ERROR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy