public class CancelFluentHelper extends Object
Constructor and Description |
---|
CancelFluentHelper(UUID legalTransactionUUID)
Creates a fluent helper object that will execute the Cancel OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
LegalTransaction |
execute()
The default ERP configuration context will be used.
|
LegalTransaction |
execute(ErpConfigContext erpConfigContext) |
LegalTransaction |
execute(ErpEndpoint erpEndpoint) |
public CancelFluentHelper(UUID legalTransactionUUID)
execute
method on the fluent helper object.legalTransactionUUID
- Universal Unique IDConstraints: none
public LegalTransaction execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public LegalTransaction execute(ErpConfigContext erpConfigContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpConfigContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public LegalTransaction execute() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2017 SAP SE. All rights reserved.