public class CustProjSlsOrdItemUpdateFluentHelper extends FluentHelperUpdate<CustProjSlsOrdItemUpdateFluentHelper,CustProjSlsOrdItem>
CustProjSlsOrdItem
entity and save it to the S/4HANA system.
To perform execution, call the execute
method on the fluent helper object.
Constructor and Description |
---|
CustProjSlsOrdItemUpdateFluentHelper(String servicePath,
CustProjSlsOrdItem entity)
Creates a fluent helper object that will update a
CustProjSlsOrdItem entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected CustProjSlsOrdItem |
getEntity()
The entity object to be updated by calling the
FluentHelperUpdate.execute(ErpConfigContext) method. |
execute, getEntityClass, getQueryBuilder, ignoreVersionIdentifier, ignoringVersionIdentifier, includingFields, modifyingEntity, replacingEntity, toQuery, withErrorHandler
asResilientCommand, asResilientCommand, cachingMetadata, execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withCustomHttpHeader, withCustomHttpHeaders, withCustomQueryParameter, withoutCachingMetadata
public CustProjSlsOrdItemUpdateFluentHelper(@Nonnull String servicePath, @Nonnull CustProjSlsOrdItem entity)
CustProjSlsOrdItem
entity on the OData endpoint. To perform execution, call the execute
method
on the fluent helper object.servicePath
- The service path to direct the update requests to.entity
- The CustProjSlsOrdItem to take the updated values from.@Nonnull protected CustProjSlsOrdItem getEntity()
FluentHelperUpdate
FluentHelperUpdate.execute(ErpConfigContext)
method.getEntity
in class FluentHelperUpdate<CustProjSlsOrdItemUpdateFluentHelper,CustProjSlsOrdItem>
Copyright © 2019 SAP SE. All rights reserved.