Uses of Enum Class
com.sap.cds.services.utils.lib.tools.api.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in com.sap.cds.services.utils.lib.tools.api
Methods in com.sap.cds.services.utils.lib.tools.api that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpMethod in com.sap.cds.services.utils.lib.tools.impl
Constructors in com.sap.cds.services.utils.lib.tools.impl with parameters of type HttpMethodModifierConstructorDescriptionprotectedServiceCallImpl(HttpMethod httpMethod, ServiceEndpoint serviceEndpoint, List<String> pathParameter, Object payload, Map<String, String> headerFields, List<QueryParameter> queryParameters, RequestEnhancer requestEnhancer)