Uses of Enum
com.easypost.http.Requestor.RequestMethod
Packages that use Requestor.RequestMethod
Package
Description
Classes for handling requests and responses to the EasyPost API.
-
Uses of Requestor.RequestMethod in com.easypost.http
Subclasses with type arguments of type Requestor.RequestMethod in com.easypost.httpMethods in com.easypost.http that return Requestor.RequestMethodModifier and TypeMethodDescriptionstatic Requestor.RequestMethodReturns the enum constant of this type with the specified name.static Requestor.RequestMethod[]Requestor.RequestMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.easypost.http with parameters of type Requestor.RequestMethodModifier and TypeMethodDescriptionstatic <T> TRequestor.request(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client) Send an HTTP request to EasyPost.static <T> TRequestor.request(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client, String apiVersion) Send an HTTP request to EasyPost.