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

eu.kevin.api.models.account.PsuHttpMethod.kt Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package eu.kevin.api.models.account

enum class PsuHttpMethod(val value: String) {
    GET("GET"),
    POST("POST"),
    PUT("PUT"),
    PATCH("PATCH"),
    DELETE("DELETE")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy