Uses of Enum
com.easypost.http.Requestor.RequestMethod
Package
Description
Classes for handling requests and responses to the EasyPost API.
-
Uses of Requestor.RequestMethod in com.easypost.http
Modifier and TypeMethodDescriptionstatic Requestor.RequestMethod
Returns 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.Modifier and TypeMethodDescriptionstatic <T> T
Requestor.request
(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client) Send an HTTP request to EasyPost.static <T> T
Requestor.request
(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client, String apiVersion) Send an HTTP request to EasyPost.