Class PurchaseOrderDeleteFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

public class PurchaseOrderDeleteFluentHelper extends FluentHelperDelete<PurchaseOrderDeleteFluentHelper,PurchaseOrder>
Fluent helper to delete an existing PurchaseOrder entity in the S/4HANA system.

To perform execution, call the executeRequest method on the fluent helper object.

  • Constructor Details

    • PurchaseOrderDeleteFluentHelper

      public PurchaseOrderDeleteFluentHelper(@Nonnull String servicePath, @Nonnull PurchaseOrder entity, @Nonnull String entityCollection)
      Creates a fluent helper object that will delete a PurchaseOrder entity on the OData endpoint. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      entityCollection - The entity collection to direct the update requests to.
      servicePath - The service path to direct the update requests to.
      entity - The PurchaseOrder to delete from the endpoint.
  • Method Details