Class DefaultBusinessEventSubscriptionServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventsubscription.batch.DefaultBusinessEventSubscriptionServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<BusinessEventSubscriptionServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BusinessEventSubscriptionServiceBatch>,BusinessEventSubscriptionServiceBatchChangeSet
public class DefaultBusinessEventSubscriptionServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet>
implements BusinessEventSubscriptionServiceBatchChangeSet
Implementation of the
BusinessEventSubscriptionServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. 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.getThis()updateSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain) Update an existingSubscriptionMaintainentity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getThis
-
createSubscriptionMaintain
@Nonnull public BusinessEventSubscriptionServiceBatchChangeSet createSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain) Description copied from interface:BusinessEventSubscriptionServiceBatchChangeSetCreate a newSubscriptionMaintainentity and save it to the S/4HANA system.- Specified by:
createSubscriptionMaintainin interfaceBusinessEventSubscriptionServiceBatchChangeSet- 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 public BusinessEventSubscriptionServiceBatchChangeSet updateSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain) Description copied from interface:BusinessEventSubscriptionServiceBatchChangeSetUpdate an existingSubscriptionMaintainentity and save it to the S/4HANA system.- Specified by:
updateSubscriptionMaintainin interfaceBusinessEventSubscriptionServiceBatchChangeSet- 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.
-