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