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

io.apimatic.examples.http.request.HttpMethod Maven / Gradle / Ivy

/*
 * APIMATICCALCULATORLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */

package io.apimatic.examples.http.request;

import io.apimatic.coreinterfaces.http.Method;

/**
 * HTTP methods enumeration.
 */
public enum HttpMethod implements Method {
    GET,
    POST,
    PUT,
    PATCH,
    DELETE,
    HEAD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy