All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sendgrid.Method Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
package com.sendgrid;

/**
  * Currently supported HTTP methods.
  */
public enum Method {
    GET, POST, PATCH, PUT, DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy