All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.blizzed.opensongkick.models.Status Maven / Gradle / Ivy

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