public class ServiceQuotationItemTextDeleteFluentHelper extends FluentHelperDelete<ServiceQuotationItemTextDeleteFluentHelper,ServiceQuotationItemText>
ServiceQuotationItemText
entity in the S/4HANA system.
To perform execution, call the execute
method on the fluent helper object.
Constructor and Description |
---|
ServiceQuotationItemTextDeleteFluentHelper(String servicePath,
ServiceQuotationItemText entity)
Creates a fluent helper object that will delete a
ServiceQuotationItemText entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
protected ServiceQuotationItemText |
getEntity()
The entity object to be deleted by calling the
FluentHelperDelete.execute(HttpDestinationProperties) method. |
execute, executeRequest, getEntityClass, getQueryBuilder, ignoreVersionIdentifier, ignoringVersionIdentifier, toQuery, toRequest, withErrorHandler
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata, withQueryParameter
public ServiceQuotationItemTextDeleteFluentHelper(@Nonnull String servicePath, @Nonnull ServiceQuotationItemText entity)
ServiceQuotationItemText
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 ServiceQuotationItemText to delete from the endpoint.@Nonnull protected ServiceQuotationItemText getEntity()
FluentHelperDelete
FluentHelperDelete.execute(HttpDestinationProperties)
method.getEntity
in class FluentHelperDelete<ServiceQuotationItemTextDeleteFluentHelper,ServiceQuotationItemText>
Copyright © 2020 SAP SE. All rights reserved.