Class Post_manual_accrualsFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction<FluentHelperT,ObjectT,ResultT>
com.sap.cloud.sdk.datamodel.odata.helper.CollectionValuedFluentHelperFunction<Post_manual_accrualsFluentHelper,ReturnDataSet,List<ReturnDataSet>>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.manualcontractaccrual.Post_manual_accrualsFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class Post_manual_accrualsFluentHelper
extends CollectionValuedFluentHelperFunction<Post_manual_accrualsFluentHelper,ReturnDataSet,List<ReturnDataSet>>
Fluent helper for the post_manual_accruals OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionPost_manual_accrualsFluentHelper(String servicePath, String accrualDataJSON) Creates a fluent helper object that will execute the post_manual_accruals OData function import with the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpUriRequestcreateRequest(URI uri) executeRequest(HttpDestinationProperties destination) Execute this function import.protected Class<ReturnDataSet>protected Stringprotected com.google.gson.JsonElementrefineJsonResponse(com.google.gson.JsonElement jsonElement) Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
executeMultiple, executeSingle, getCsrfTokenRetriever, toRequest, withCsrfToken, withoutCsrfTokenMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders, withQueryParameter
-
Constructor Details
-
Post_manual_accrualsFluentHelper
public Post_manual_accrualsFluentHelper(@Nonnull String servicePath, @Nonnull String accrualDataJSON) Creates a fluent helper object that will execute the post_manual_accruals OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
accrualDataJSON- Constraints: noneOriginal parameter name from the Odata EDM: accrualDataJSON
servicePath- Service path to be used to call the functions against.
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<Post_manual_accrualsFluentHelper,ReturnDataSet, List<ReturnDataSet>>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<Post_manual_accrualsFluentHelper,ReturnDataSet, List<ReturnDataSet>>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) - Overrides:
refineJsonResponsein classFluentHelperFunction<Post_manual_accrualsFluentHelper,ReturnDataSet, List<ReturnDataSet>>
-
getParameters
- Specified by:
getParametersin classFluentHelperFunction<Post_manual_accrualsFluentHelper,ReturnDataSet, List<ReturnDataSet>>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<Post_manual_accrualsFluentHelper,ReturnDataSet, List<ReturnDataSet>>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<Post_manual_accrualsFluentHelper,ReturnDataSet, List<ReturnDataSet>>
-