Interface BusinessEventSubscriptionServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<BusinessEventSubscriptionServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BusinessEventSubscriptionServiceBatch>
- All Known Implementing Classes:
DefaultBusinessEventSubscriptionServiceBatchChangeSet
public interface BusinessEventSubscriptionServiceBatchChangeSet
extends FluentHelperBatchChangeSet<BusinessEventSubscriptionServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BusinessEventSubscriptionServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
BusinessEventSubscriptionService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain) Create a newSubscriptionMaintainentity and save it to the S/4HANA system.updateSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain) Update an existingSubscriptionMaintainentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createSubscriptionMaintain
@Nonnull BusinessEventSubscriptionServiceBatchChangeSet createSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain) Create a newSubscriptionMaintainentity and save it to the S/4HANA system.- Parameters:
subscriptionMaintain-SubscriptionMaintainentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateSubscriptionMaintain
@Nonnull BusinessEventSubscriptionServiceBatchChangeSet updateSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain) Update an existingSubscriptionMaintainentity and save it to the S/4HANA system.- Parameters:
subscriptionMaintain-SubscriptionMaintainentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-