public class WorkItemUpdateFluentHelper extends FluentHelperUpdate<WorkItemUpdateFluentHelper,WorkItem>
Constructor and Description |
---|
WorkItemUpdateFluentHelper(String servicePath,
WorkItem entity)
Creates a fluent helper object that will update a
WorkItem entity on the
OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected WorkItem |
getEntity()
The entity object to be updated by calling the
FluentHelperUpdate.execute(ErpConfigContext) method. |
execute, getEntityClass, getQueryBuilder, ignoreVersionIdentifier, ignoringVersionIdentifier, includingFields, toQuery, withErrorHandler
asResilientCommand, asResilientCommand, cachingMetadata, execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withCustomHttpHeader, withCustomHttpHeaders, withCustomQueryParameter, withoutCachingMetadata
public WorkItemUpdateFluentHelper(@Nonnull String servicePath, @Nonnull WorkItem entity)
WorkItem
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 WorkItem to take the updated values from.@Nonnull protected WorkItem getEntity()
FluentHelperUpdate
FluentHelperUpdate.execute(ErpConfigContext)
method.getEntity
in class FluentHelperUpdate<WorkItemUpdateFluentHelper,WorkItem>
Copyright © 2019 SAP SE. All rights reserved.