public class ProductValuationCostingUpdateFluentHelper extends FluentHelperUpdate<ProductValuationCostingUpdateFluentHelper,ProductValuationCosting>
ProductValuationCosting
entity and save it to the S/4HANA system.
To perform execution, call the execute
method on the fluent helper object.
Constructor and Description |
---|
ProductValuationCostingUpdateFluentHelper(String servicePath,
ProductValuationCosting entity)
Deprecated.
Use the constructor
ProductValuationCostingUpdateFluentHelper(String, ProductValuationCosting,String)
instead. |
ProductValuationCostingUpdateFluentHelper(String servicePath,
ProductValuationCosting entity,
String entityCollection)
Creates a fluent helper object that will update a
ProductValuationCosting entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected ProductValuationCosting |
getEntity()
The entity object to be updated by calling the
FluentHelperUpdate.executeRequest(HttpDestinationProperties) method. |
disableVersionIdentifier, execute, executeRequest, getEntityClass, getQueryBuilder, ignoreVersionIdentifier, ignoringVersionIdentifier, includingFields, matchAnyVersionIdentifier, modifyingEntity, replacingEntity, toQuery, toRequest, withErrorHandler
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
@Deprecated public ProductValuationCostingUpdateFluentHelper(@Nonnull String servicePath, @Nonnull ProductValuationCosting entity)
ProductValuationCostingUpdateFluentHelper(String, ProductValuationCosting,String)
instead.ProductValuationCosting
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 ProductValuationCosting to take the updated values from.public ProductValuationCostingUpdateFluentHelper(@Nonnull String servicePath, @Nonnull ProductValuationCosting entity, @Nonnull String entityCollection)
ProductValuationCosting
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 ProductValuationCosting to take the updated values from.@Nonnull protected ProductValuationCosting getEntity()
FluentHelperUpdate
FluentHelperUpdate.executeRequest(HttpDestinationProperties)
method.getEntity
in class FluentHelperUpdate<ProductValuationCostingUpdateFluentHelper,ProductValuationCosting>
Copyright © 2021 SAP SE. All rights reserved.