Class PutawayOneItemWithBaseQuantityFluentHelper
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<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport,List<PutawayReport>>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturnsdeliveryv2.PutawayOneItemWithBaseQuantityFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class PutawayOneItemWithBaseQuantityFluentHelper
extends CollectionValuedFluentHelperFunction<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport,List<PutawayReport>>
Fluent helper for the PutawayOneItemWithBaseQuantity OData function import.
-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionPutawayOneItemWithBaseQuantityFluentHelper(String servicePath, String deliveryDocument, String baseUnit, BigDecimal actualDeliveredQtyInBaseUnit, String deliveryDocumentItem) Creates a fluent helper object that will execute the PutawayOneItemWithBaseQuantity 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<PutawayReport>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
-
PutawayOneItemWithBaseQuantityFluentHelper
public PutawayOneItemWithBaseQuantityFluentHelper(@Nonnull String servicePath, @Nonnull String deliveryDocument, @Nonnull String baseUnit, @Nonnull BigDecimal actualDeliveredQtyInBaseUnit, @Nonnull String deliveryDocumentItem) Creates a fluent helper object that will execute the PutawayOneItemWithBaseQuantity OData function import with the provided parameters. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
baseUnit- Base UnitConstraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: BaseUnit
deliveryDocument- DeliveryConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: DeliveryDocument
servicePath- Service path to be used to call the functions against.actualDeliveredQtyInBaseUnit- Qty (stckp.unt)Constraints: Not nullable, Precision: 3, Scale: 3
Original parameter name from the Odata EDM: ActualDeliveredQtyInBaseUnit
deliveryDocumentItem- ItemConstraints: Not nullable, Maximum length: 6
Original parameter name from the Odata EDM: DeliveryDocumentItem
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport, List<PutawayReport>>
-
getFunctionName
- Specified by:
getFunctionNamein classFluentHelperFunction<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport, List<PutawayReport>>
-
refineJsonResponse
@Nullable protected com.google.gson.JsonElement refineJsonResponse(@Nullable com.google.gson.JsonElement jsonElement) -
getParameters
- Specified by:
getParametersin classFluentHelperFunction<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport, List<PutawayReport>>
-
createRequest
- Specified by:
createRequestin classFluentHelperFunction<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport, List<PutawayReport>>
-
executeRequest
Execute this function import.- Specified by:
executeRequestin interfaceFluentHelperExecutable<Object>- Specified by:
executeRequestin classFluentHelperBasic<PutawayOneItemWithBaseQuantityFluentHelper,PutawayReport, List<PutawayReport>>
-