public class CustProjSlsOrdTextUpdateFluentHelper extends FluentHelperUpdate<CustProjSlsOrdTextUpdateFluentHelper,CustProjSlsOrdText>
CustProjSlsOrdText
entity and save it to the S/4HANA system.
To perform execution, call the execute
method on the fluent helper object.
Constructor and Description |
---|
CustProjSlsOrdTextUpdateFluentHelper(String servicePath,
CustProjSlsOrdText entity)
Deprecated.
Use the constructor
CustProjSlsOrdTextUpdateFluentHelper(String, CustProjSlsOrdText,String)
instead. |
CustProjSlsOrdTextUpdateFluentHelper(String servicePath,
CustProjSlsOrdText entity,
String entityCollection)
Creates a fluent helper object that will update a
CustProjSlsOrdText entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected CustProjSlsOrdText |
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 CustProjSlsOrdTextUpdateFluentHelper(@Nonnull String servicePath, @Nonnull CustProjSlsOrdText entity)
CustProjSlsOrdTextUpdateFluentHelper(String, CustProjSlsOrdText,String)
instead.CustProjSlsOrdText
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 CustProjSlsOrdText to take the updated values from.public CustProjSlsOrdTextUpdateFluentHelper(@Nonnull String servicePath, @Nonnull CustProjSlsOrdText entity, @Nonnull String entityCollection)
CustProjSlsOrdText
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 CustProjSlsOrdText to take the updated values from.@Nonnull protected CustProjSlsOrdText getEntity()
FluentHelperUpdate
FluentHelperUpdate.executeRequest(HttpDestinationProperties)
method.getEntity
in class FluentHelperUpdate<CustProjSlsOrdTextUpdateFluentHelper,CustProjSlsOrdText>
Copyright © 2021 SAP SE. All rights reserved.