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

nbcp.myoql.db.es.enums.EsPutRefreshEnum.kt Maven / Gradle / Ivy

The newest version!
package nbcp.myoql.db.es.enums

enum class EsPutRefreshEnum(val value: String) {
    TRUE("true"),
    FALSE("false"),
    WAIT_FOR("wait_for")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy