com.treasuredata.client.TDHttpMethod Maven / Gradle / Ivy
package com.treasuredata.client;
/**
*
*/
public enum TDHttpMethod {
GET,
POST,
PUT,
DELETE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.treasuredata.client;
/**
*
*/
public enum TDHttpMethod {
GET,
POST,
PUT,
DELETE;
}