Uses of Class
org.eclipse.sw360.http.RequestBuilder.Method
-
Packages that use RequestBuilder.Method Package Description org.eclipse.sw360.http -
-
Uses of RequestBuilder.Method in org.eclipse.sw360.http
Methods in org.eclipse.sw360.http that return RequestBuilder.Method Modifier and Type Method Description static RequestBuilder.MethodRequestBuilder.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestBuilder.Method[]RequestBuilder.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.sw360.http with parameters of type RequestBuilder.Method Modifier and Type Method Description RequestBuilderRequestBuilder. method(RequestBuilder.Method method)Sets the HTTP method to be used for the request.
-