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

com.bandwidth.http.request.HttpMethod Maven / Gradle / Ivy

Go to download

The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs

There is a newer version: 12.0.0
Show newest version
/*
 * BandwidthLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */

package com.bandwidth.http.request;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy