public class ReleaseCreditBlockFluentHelper extends FluentHelperFunction<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
Constructor and Description |
---|
ReleaseCreditBlockFluentHelper(String servicePath,
String salesDocument,
String sDDocumentCategory)
Creates a fluent helper object that will execute the ReleaseCreditBlock OData function import with the
provided parameters.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
createRequest(URI uri) |
ReturnMessage |
execute(HttpDestinationProperties destination)
Deprecated.
Use the improved method
executeRequest(HttpDestinationProperties) instead. |
protected Class<ReturnMessage> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected com.google.gson.JsonElement |
refineJsonResponse(com.google.gson.JsonElement jsonElement) |
executeMultiple, executeRequest, executeSingle, getJsonResponseObjectName, toRequest
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
public ReleaseCreditBlockFluentHelper(@Nonnull String servicePath, @Nonnull String salesDocument, @Nonnull String sDDocumentCategory)
execute
method on the fluent helper object.salesDocument
- Constraints: none
Original parameter name from the Odata EDM: SalesDocument
sDDocumentCategory
- Constraints: none
Original parameter name from the Odata EDM: SDDocumentCategory
servicePath
- Service path to be used to call the functions against.@Nonnull protected Class<ReturnMessage> getEntityClass()
getEntityClass
in class FluentHelperBasic<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
@Nonnull protected String getFunctionName()
getFunctionName
in class FluentHelperFunction<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement)
refineJsonResponse
in class FluentHelperFunction<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
@Nonnull protected Map<String,Object> getParameters()
getParameters
in class FluentHelperFunction<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
@Nonnull protected org.apache.http.client.methods.HttpUriRequest createRequest(@Nonnull URI uri)
createRequest
in class FluentHelperFunction<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
@Deprecated @Nullable public ReturnMessage execute(@Nonnull HttpDestinationProperties destination) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
executeRequest(HttpDestinationProperties)
instead.execute
in class FluentHelperBasic<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
com.sap.cloud.sdk.odatav2.connectivity.ODataException
Copyright © 2021 SAP SE. All rights reserved.