public class ReleaseCreditBlockFluentHelper extends SingleValuedFluentHelperFunction<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
csrfTokenRetriever, entityCollection
Constructor and Description |
---|
ReleaseCreditBlockFluentHelper(String servicePath,
String sDDocumentCategory,
String deliveryDocument)
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 |
executeRequest(HttpDestinationProperties destination)
Execute this function import.
|
protected Class<ReturnMessage> |
getEntityClass() |
protected String |
getFunctionName() |
protected Map<String,Object> |
getParameters() |
protected com.google.gson.JsonElement |
refineJsonResponse(com.google.gson.JsonElement jsonElement) |
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfToken
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
public ReleaseCreditBlockFluentHelper(@Nonnull String servicePath, @Nonnull String sDDocumentCategory, @Nonnull String deliveryDocument)
executeRequest
method on the fluent
helper object.deliveryDocument
- Constraints: none
Original parameter name from the Odata EDM: DeliveryDocument
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>
@Nullable public ReturnMessage executeRequest(@Nonnull HttpDestinationProperties destination)
executeRequest
in interface FluentHelperExecutable<Object>
executeRequest
in class FluentHelperBasic<ReleaseCreditBlockFluentHelper,ReturnMessage,ReturnMessage>
Copyright © 2022 SAP SE. All rights reserved.