public class DefaultBusinessEventSubscriptionServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet> implements BusinessEventSubscriptionServiceBatchChangeSet
BusinessEventSubscriptionServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
BusinessEventSubscriptionService
.Modifier and Type | Method and Description |
---|---|
BusinessEventSubscriptionServiceBatchChangeSet |
createSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Create a new
SubscriptionMaintain entity and save it to the S/4HANA system. |
protected DefaultBusinessEventSubscriptionServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
BusinessEventSubscriptionServiceBatchChangeSet |
updateSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Update an existing
SubscriptionMaintain entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultBusinessEventSubscriptionServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet>
@Nonnull public BusinessEventSubscriptionServiceBatchChangeSet createSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.createSubscriptionMaintain
in interface BusinessEventSubscriptionServiceBatchChangeSet
subscriptionMaintain
- SubscriptionMaintain
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BusinessEventSubscriptionServiceBatchChangeSet updateSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.updateSubscriptionMaintain
in interface BusinessEventSubscriptionServiceBatchChangeSet
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.