Class DefaultSupplierActivityServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<SupplierActivityServiceBatch,SupplierActivityServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.batch.DefaultSupplierActivityServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<SupplierActivityServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SupplierActivityServiceBatch>,SupplierActivityServiceBatchChangeSet
public class DefaultSupplierActivityServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<SupplierActivityServiceBatch,SupplierActivityServiceBatchChangeSet>
implements SupplierActivityServiceBatchChangeSet
Implementation of the
SupplierActivityServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
SupplierActivityService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSuplrActyDescription(SuplrActyDescription suplrActyDescription) Create a newSuplrActyDescriptionentity and save it to the S/4HANA system.createSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Create a newSuplrActyParticipantentity and save it to the S/4HANA system.createSuplrActySupplier(SuplrActySupplier suplrActySupplier) Create a newSuplrActySupplierentity and save it to the S/4HANA system.createSupplierActivity(SupplierActivity supplierActivity) Create a newSupplierActivityentity and save it to the S/4HANA system.deleteSuplrActyDescription(SuplrActyDescription suplrActyDescription) Deletes an existingSuplrActyDescriptionentity in the S/4HANA system.deleteSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Deletes an existingSuplrActyParticipantentity in the S/4HANA system.deleteSuplrActySupplier(SuplrActySupplier suplrActySupplier) Deletes an existingSuplrActySupplierentity in the S/4HANA system.deleteSupplierActivity(SupplierActivity supplierActivity) Deletes an existingSupplierActivityentity in the S/4HANA system.getThis()updateSuplrActyDescription(SuplrActyDescription suplrActyDescription) Update an existingSuplrActyDescriptionentity and save it to the S/4HANA system.updateSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Update an existingSuplrActyParticipantentity and save it to the S/4HANA system.updateSuplrActyPurchaserResp(SuplrActyPurchaserResp suplrActyPurchaserResp) Update an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.updateSuplrActySupplier(SuplrActySupplier suplrActySupplier) Update an existingSuplrActySupplierentity and save it to the S/4HANA system.updateSupplierActivity(SupplierActivity supplierActivity) Update an existingSupplierActivityentity 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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<SupplierActivityServiceBatch,SupplierActivityServiceBatchChangeSet>
-
createSuplrActyDescription
@Nonnull public SupplierActivityServiceBatchChangeSet createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Description copied from interface:SupplierActivityServiceBatchChangeSetCreate a newSuplrActyDescriptionentity and save it to the S/4HANA system.- Specified by:
createSuplrActyDescriptionin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyDescription-SuplrActyDescriptionentity 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.
-
updateSuplrActyDescription
@Nonnull public SupplierActivityServiceBatchChangeSet updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Description copied from interface:SupplierActivityServiceBatchChangeSetUpdate an existingSuplrActyDescriptionentity and save it to the S/4HANA system.- Specified by:
updateSuplrActyDescriptionin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyDescription-SuplrActyDescriptionentity 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.
-
deleteSuplrActyDescription
@Nonnull public SupplierActivityServiceBatchChangeSet deleteSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Description copied from interface:SupplierActivityServiceBatchChangeSetDeletes an existingSuplrActyDescriptionentity in the S/4HANA system.- Specified by:
deleteSuplrActyDescriptionin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyDescription-SuplrActyDescriptionentity object that will be deleted 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.
-
createSuplrActyParticipant
@Nonnull public SupplierActivityServiceBatchChangeSet createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Description copied from interface:SupplierActivityServiceBatchChangeSetCreate a newSuplrActyParticipantentity and save it to the S/4HANA system.- Specified by:
createSuplrActyParticipantin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyParticipant-SuplrActyParticipantentity 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.
-
updateSuplrActyParticipant
@Nonnull public SupplierActivityServiceBatchChangeSet updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Description copied from interface:SupplierActivityServiceBatchChangeSetUpdate an existingSuplrActyParticipantentity and save it to the S/4HANA system.- Specified by:
updateSuplrActyParticipantin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyParticipant-SuplrActyParticipantentity 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.
-
deleteSuplrActyParticipant
@Nonnull public SupplierActivityServiceBatchChangeSet deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Description copied from interface:SupplierActivityServiceBatchChangeSetDeletes an existingSuplrActyParticipantentity in the S/4HANA system.- Specified by:
deleteSuplrActyParticipantin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyParticipant-SuplrActyParticipantentity object that will be deleted 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.
-
updateSuplrActyPurchaserResp
@Nonnull public SupplierActivityServiceBatchChangeSet updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp) Description copied from interface:SupplierActivityServiceBatchChangeSetUpdate an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.- Specified by:
updateSuplrActyPurchaserRespin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActyPurchaserResp-SuplrActyPurchaserRespentity 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.
-
createSuplrActySupplier
@Nonnull public SupplierActivityServiceBatchChangeSet createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Description copied from interface:SupplierActivityServiceBatchChangeSetCreate a newSuplrActySupplierentity and save it to the S/4HANA system.- Specified by:
createSuplrActySupplierin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActySupplier-SuplrActySupplierentity 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.
-
updateSuplrActySupplier
@Nonnull public SupplierActivityServiceBatchChangeSet updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Description copied from interface:SupplierActivityServiceBatchChangeSetUpdate an existingSuplrActySupplierentity and save it to the S/4HANA system.- Specified by:
updateSuplrActySupplierin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActySupplier-SuplrActySupplierentity 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.
-
deleteSuplrActySupplier
@Nonnull public SupplierActivityServiceBatchChangeSet deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Description copied from interface:SupplierActivityServiceBatchChangeSetDeletes an existingSuplrActySupplierentity in the S/4HANA system.- Specified by:
deleteSuplrActySupplierin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
suplrActySupplier-SuplrActySupplierentity object that will be deleted 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.
-
createSupplierActivity
@Nonnull public SupplierActivityServiceBatchChangeSet createSupplierActivity(@Nonnull SupplierActivity supplierActivity) Description copied from interface:SupplierActivityServiceBatchChangeSetCreate a newSupplierActivityentity and save it to the S/4HANA system.- Specified by:
createSupplierActivityin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
supplierActivity-SupplierActivityentity 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.
-
updateSupplierActivity
@Nonnull public SupplierActivityServiceBatchChangeSet updateSupplierActivity(@Nonnull SupplierActivity supplierActivity) Description copied from interface:SupplierActivityServiceBatchChangeSetUpdate an existingSupplierActivityentity and save it to the S/4HANA system.- Specified by:
updateSupplierActivityin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
supplierActivity-SupplierActivityentity 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.
-
deleteSupplierActivity
@Nonnull public SupplierActivityServiceBatchChangeSet deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity) Description copied from interface:SupplierActivityServiceBatchChangeSetDeletes an existingSupplierActivityentity in the S/4HANA system.- Specified by:
deleteSupplierActivityin interfaceSupplierActivityServiceBatchChangeSet- Parameters:
supplierActivity-SupplierActivityentity object that will be deleted 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.
-