Uses of Enum Class
com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
Packages that use RequestMethod
-
Uses of RequestMethod in com.sap.cloud.sdk.s4hana.connectivity
Methods in com.sap.cloud.sdk.s4hana.connectivity that return RequestMethodModifier and TypeMethodDescriptionSerializedRequest.getRequestMethod()Deprecated.static RequestMethodDeprecated.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.Constructors in com.sap.cloud.sdk.s4hana.connectivity with parameters of type RequestMethodModifierConstructorDescriptionSerializedRequest(RequestT request, RequestMethod requestMethod, String requestPath, List<Header> requestHeaders, String requestBody) Deprecated.