Uses of Class
org.symphonyoss.symphony.jcurl.JCurl.HttpMethod
-
-
Uses of JCurl.HttpMethod in org.symphonyoss.symphony.jcurl
Methods in org.symphonyoss.symphony.jcurl that return JCurl.HttpMethod Modifier and Type Method Description JCurl.HttpMethodJCurl. getMethod()static JCurl.HttpMethodJCurl.HttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static JCurl.HttpMethod[]JCurl.HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.symphonyoss.symphony.jcurl with parameters of type JCurl.HttpMethod Modifier and Type Method Description JCurl.BuilderJCurl.Builder. method(JCurl.HttpMethod method)Set the HTTP type of the request.
-