Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.Header
Packages that use Header
Package
Description
-
Uses of Header in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return HeaderModifier and TypeMethodDescriptionDestinationServiceV1Response.DestinationAuthToken.getHttpHeaderSuggestion()
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type HeaderModifier and TypeMethodDescriptionDefaultHttpDestination.getHeaders
(URI requestUri) DestinationHeaderProvider.getHeaders
(DestinationRequestContext requestContext) Provides a list ofHeader
objects which should be used with the given destination for a request URI.DwcHeaderProvider.getHeaders
(DestinationRequestContext requestContext) ErpDestinationHeaderProvider.getHeaders
(DestinationRequestContext requestContext) default Collection<Header>
HttpDestinationProperties.getHeaders()
Convenience method to get the headers for a request against the destination's URI.HttpDestinationProperties.getHeaders
(URI requestUri) Getter for a collection of headers that should be added to the outgoing request for this destination.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type HeaderModifier and TypeMethodDescriptionAdds the given header to the list of headers added to every outgoing request for this destination.void
DestinationServiceV1Response.DestinationAuthToken.setHttpHeaderSuggestion
(Header httpHeaderSuggestion) Method parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type HeaderModifier and TypeMethodDescriptionDefaultHttpDestination.Builder.headers
(Collection<Header> headers) Adds the given headers to the list of headers added to every outgoing request for this destination. -
Uses of Header in com.sap.cloud.sdk.s4hana.connectivity
Methods in com.sap.cloud.sdk.s4hana.connectivity that return types with arguments of type HeaderModifier and TypeMethodDescriptionRequest.getCustomHttpHeaders()
Deprecated.Set of HTTP headers to send to the underlying request executor.SerializedRequestResult.getHeaders()
Deprecated.SerializedRequest.getRequestHeaders()
Deprecated.Methods in com.sap.cloud.sdk.s4hana.connectivity with parameters of type HeaderModifier and TypeMethodDescriptionRequest.withHeader
(Header header) Deprecated.Fluent method which adds a custom header to this request.Constructor parameters in com.sap.cloud.sdk.s4hana.connectivity with type arguments of type HeaderModifierConstructorDescriptionSerializedRequest
(RequestT request, RequestMethod requestMethod, String requestPath, List<Header> requestHeaders, String requestBody) Deprecated.SerializedRequestResult
(RequestT request, String body, List<Header> headers) Deprecated.