org.qas.api.http.HttpMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtest-sdk-java Show documentation
Show all versions of qtest-sdk-java Show documentation
A java SDK client wrap qTest REST API
The newest version!
package org.qas.api.http;
/**
* HttpMethod
*
* @author: Dzung Nguyen
* @version: $Id HttpMethod 2014-03-26 15:12:30z dungvnguyen $
* @since 1.0
*/
public enum HttpMethod {
GET, POST, PUT, DELETE, HEAD
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy