Uses of Enum Class
com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Uses of RequestMethod in com.sap.cloud.sdk.s4hana.connectivity
Modifier and TypeMethodDescriptionSerializedRequest.getRequestMethod()
Deprecated.static RequestMethod
Deprecated.Returns the enum constant of this class with the specified name.static RequestMethod[]
RequestMethod.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSerializedRequest
(RequestT request, RequestMethod requestMethod, String requestPath, List<Header> requestHeaders, String requestBody) Deprecated.