com.treasuredata.client.TDHttpMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of td-client Show documentation
Show all versions of td-client Show documentation
Treasure Data Client for Java.
package com.treasuredata.client;
/**
*
*/
public enum TDHttpMethod {
GET,
POST,
PUT,
DELETE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy