Class HandlingUnitByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<HandlingUnitByKeyFluentHelper,HandlingUnit,HandlingUnitSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit.HandlingUnitByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class HandlingUnitByKeyFluentHelper
extends FluentHelperByKey<HandlingUnitByKeyFluentHelper,HandlingUnit,HandlingUnitSelectable>
Fluent helper to fetch a single
HandlingUnit entity using key fields. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionHandlingUnitByKeyFluentHelper(String servicePath, String entityCollection, String handlingUnitExternalID, String warehouse) Creates a fluent helper object that will fetch a singleHandlingUnitentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
HandlingUnitByKeyFluentHelper
public HandlingUnitByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String handlingUnitExternalID, String warehouse) Creates a fluent helper object that will fetch a singleHandlingUnitentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
entityCollection- Entity Collection to be used to fetch a singleHandlingUnithandlingUnitExternalID- External Handling Unit IdentificationConstraints: Not nullable, Maximum length: 20
servicePath- Service path to be used to fetch a singleHandlingUnitwarehouse- Warehouse Number/Warehouse ComplexConstraints: Not nullable, Maximum length: 4
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<HandlingUnitByKeyFluentHelper,HandlingUnit, HandlingUnit>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<HandlingUnitByKeyFluentHelper,HandlingUnit, HandlingUnitSelectable>
-