public class DefaultBusinessEventsSubscriptionServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<BusinessEventsSubscriptionServiceBatch,BusinessEventsSubscriptionServiceBatchChangeSet> implements BusinessEventsSubscriptionServiceBatchChangeSet
BusinessEventsSubscriptionServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
BusinessEventsSubscriptionService
.Modifier and Type | Method and Description |
---|---|
BusinessEventsSubscriptionServiceBatchChangeSet |
createSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Create a new
SubscriptionMaintain entity and save it to the S/4HANA system. |
protected DefaultBusinessEventsSubscriptionServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
BusinessEventsSubscriptionServiceBatchChangeSet |
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 DefaultBusinessEventsSubscriptionServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<BusinessEventsSubscriptionServiceBatch,BusinessEventsSubscriptionServiceBatchChangeSet>
@Nonnull public BusinessEventsSubscriptionServiceBatchChangeSet createSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.createSubscriptionMaintain
in interface BusinessEventsSubscriptionServiceBatchChangeSet
subscriptionMaintain
- SubscriptionMaintain
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BusinessEventsSubscriptionServiceBatchChangeSet updateSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.updateSubscriptionMaintain
in interface BusinessEventsSubscriptionServiceBatchChangeSet
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.