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