public interface BusinessEventsSubscriptionServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<BusinessEventsSubscriptionServiceBatch>
BusinessEventsSubscriptionService
.Modifier and Type | Method and Description |
---|---|
BusinessEventsSubscriptionServiceBatchChangeSet |
createSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Create a new
SubscriptionMaintain entity and save it to the S/4HANA system. |
BusinessEventsSubscriptionServiceBatchChangeSet |
updateSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Update an existing
SubscriptionMaintain entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull BusinessEventsSubscriptionServiceBatchChangeSet createSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.subscriptionMaintain
- SubscriptionMaintain
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BusinessEventsSubscriptionServiceBatchChangeSet updateSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.subscriptionMaintain
- SubscriptionMaintain
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.