
com.iobeam.api.http.RequestMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iobeam-client-java Show documentation
Show all versions of iobeam-client-java Show documentation
Java client library for the iobeam REST API.
package com.iobeam.api.http;
/**
* HTTP request methods supported by the API.
*/
public enum RequestMethod {
GET,
POST,
PUT,
DELETE,
PATCH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy