Uses of Enum Class
de.dlr.proseo.basewrap.rest.RestOps.HttpMethod
Packages that use RestOps.HttpMethod
-
Uses of RestOps.HttpMethod in de.dlr.proseo.basewrap.rest
Methods in de.dlr.proseo.basewrap.rest that return RestOps.HttpMethodModifier and TypeMethodDescriptionstatic RestOps.HttpMethodReturns the enum constant of this class with the specified name.static RestOps.HttpMethod[]RestOps.HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.dlr.proseo.basewrap.rest with parameters of type RestOps.HttpMethodModifier and TypeMethodDescriptionstatic HttpResponseInfoRestOps.restApiCall(String user, String pw, String endPoint, String endPointPath, String payLoad, Map<String, String> queryParams, RestOps.HttpMethod method) Generic REST API client (currently only supporting GET, PUT and POST)