Uses of Class
com.adobe.pdfservices.operation.internal.http.HttpMethod
-
Packages that use HttpMethod Package Description com.adobe.pdfservices.operation.internal.http -
-
Uses of HttpMethod in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return HttpMethod Modifier and Type Method Description HttpMethodBaseHttpRequest. getHttpMethod()HttpMethodBaseMultipartRequest. getHttpMethod()HttpMethodHttpRequest. getHttpMethod()static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.pdfservices.operation.internal.http with parameters of type HttpMethod Constructor Description BaseHttpRequest(HttpMethod httpMethod)BaseHttpRequest(String requestKey, HttpMethod httpMethod, String uriTemplate)
-