com.sendgrid.Method Maven / Gradle / Ivy
package com.sendgrid;
/**
* Currently supported HTTP methods.
*/
public enum Method {
GET, POST, PATCH, PUT, DELETE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.sendgrid;
/**
* Currently supported HTTP methods.
*/
public enum Method {
GET, POST, PATCH, PUT, DELETE
}