Class DefaultEquipmentServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<EquipmentServiceBatch,EquipmentServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.batch.DefaultEquipmentServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<EquipmentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<EquipmentServiceBatch>,EquipmentServiceBatchChangeSet
public class DefaultEquipmentServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<EquipmentServiceBatch,EquipmentServiceBatchChangeSet>
implements EquipmentServiceBatchChangeSet
Implementation of the
EquipmentServiceBatchChangeSet interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
EquipmentService.-
Method Summary
Modifier and TypeMethodDescriptioncreateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue) Create a newEquipClassCharacteristicValueentity and save it to the S/4HANA system.createEquipment(Equipment equipment) Create a newEquipmententity and save it to the S/4HANA system.createEquipmentClass(EquipmentClass equipmentClass) Create a newEquipmentClassentity and save it to the S/4HANA system.createEquipmentClassCharacteristic(EquipmentClassCharacteristic equipmentClassCharacteristic) Create a newEquipmentClassCharacteristicentity and save it to the S/4HANA system.createEquipmentLongText(EquipmentLongText equipmentLongText) Create a newEquipmentLongTextentity and save it to the S/4HANA system.createEquipmentPartner(EquipmentPartner equipmentPartner) Create a newEquipmentPartnerentity and save it to the S/4HANA system.createEquipmentWarranty(EquipmentWarranty equipmentWarranty) Create a newEquipmentWarrantyentity and save it to the S/4HANA system.deleteEquipmentClass(EquipmentClass equipmentClass) Deletes an existingEquipmentClassentity in the S/4HANA system.protected DefaultEquipmentServiceBatchChangeSetgetThis()updateEquipClassCharacteristicValue(EquipClassCharacteristicValue equipClassCharacteristicValue) Update an existingEquipClassCharacteristicValueentity and save it to the S/4HANA system.updateEquipment(Equipment equipment) Update an existingEquipmententity and save it to the S/4HANA system.updateEquipmentClass(EquipmentClass equipmentClass) Update an existingEquipmentClassentity and save it to the S/4HANA system.updateEquipmentLongText(EquipmentLongText equipmentLongText) Update an existingEquipmentLongTextentity and save it to the S/4HANA system.updateEquipmentPartner(EquipmentPartner equipmentPartner) Update an existingEquipmentPartnerentity and save it to the S/4HANA system.updateEquipmentWarranty(EquipmentWarranty equipmentWarranty) Update an existingEquipmentWarrantyentity 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<EquipmentServiceBatch,EquipmentServiceBatchChangeSet>
-
createEquipment
Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipmententity and save it to the S/4HANA system.- Specified by:
createEquipmentin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipment-Equipmententity 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.
-
updateEquipment
Description copied from interface:EquipmentServiceBatchChangeSetUpdate an existingEquipmententity and save it to the S/4HANA system.- Specified by:
updateEquipmentin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipment-Equipmententity 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.
-
createEquipClassCharacteristicValue
@Nonnull public EquipmentServiceBatchChangeSet createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue) Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipClassCharacteristicValueentity and save it to the S/4HANA system.- Specified by:
createEquipClassCharacteristicValuein interfaceEquipmentServiceBatchChangeSet- Parameters:
equipClassCharacteristicValue-EquipClassCharacteristicValueentity 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.
-
updateEquipClassCharacteristicValue
@Nonnull public EquipmentServiceBatchChangeSet updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue) Description copied from interface:EquipmentServiceBatchChangeSetUpdate an existingEquipClassCharacteristicValueentity and save it to the S/4HANA system.- Specified by:
updateEquipClassCharacteristicValuein interfaceEquipmentServiceBatchChangeSet- Parameters:
equipClassCharacteristicValue-EquipClassCharacteristicValueentity 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.
-
createEquipmentClass
@Nonnull public EquipmentServiceBatchChangeSet createEquipmentClass(@Nonnull EquipmentClass equipmentClass) Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipmentClassentity and save it to the S/4HANA system.- Specified by:
createEquipmentClassin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentClass-EquipmentClassentity 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.
-
updateEquipmentClass
@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentClass(@Nonnull EquipmentClass equipmentClass) Description copied from interface:EquipmentServiceBatchChangeSetUpdate an existingEquipmentClassentity and save it to the S/4HANA system.- Specified by:
updateEquipmentClassin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentClass-EquipmentClassentity 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.
-
deleteEquipmentClass
@Nonnull public EquipmentServiceBatchChangeSet deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass) Description copied from interface:EquipmentServiceBatchChangeSetDeletes an existingEquipmentClassentity in the S/4HANA system.- Specified by:
deleteEquipmentClassin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentClass-EquipmentClassentity 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.
-
createEquipmentClassCharacteristic
@Nonnull public EquipmentServiceBatchChangeSet createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic) Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipmentClassCharacteristicentity and save it to the S/4HANA system.- Specified by:
createEquipmentClassCharacteristicin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentClassCharacteristic-EquipmentClassCharacteristicentity 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.
-
createEquipmentLongText
@Nonnull public EquipmentServiceBatchChangeSet createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText) Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipmentLongTextentity and save it to the S/4HANA system.- Specified by:
createEquipmentLongTextin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentLongText-EquipmentLongTextentity 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.
-
updateEquipmentLongText
@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText) Description copied from interface:EquipmentServiceBatchChangeSetUpdate an existingEquipmentLongTextentity and save it to the S/4HANA system.- Specified by:
updateEquipmentLongTextin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentLongText-EquipmentLongTextentity 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.
-
createEquipmentPartner
@Nonnull public EquipmentServiceBatchChangeSet createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner) Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipmentPartnerentity and save it to the S/4HANA system.- Specified by:
createEquipmentPartnerin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentPartner-EquipmentPartnerentity 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.
-
updateEquipmentPartner
@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner) Description copied from interface:EquipmentServiceBatchChangeSetUpdate an existingEquipmentPartnerentity and save it to the S/4HANA system.- Specified by:
updateEquipmentPartnerin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentPartner-EquipmentPartnerentity 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.
-
createEquipmentWarranty
@Nonnull public EquipmentServiceBatchChangeSet createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty) Description copied from interface:EquipmentServiceBatchChangeSetCreate a newEquipmentWarrantyentity and save it to the S/4HANA system.- Specified by:
createEquipmentWarrantyin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentWarranty-EquipmentWarrantyentity 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.
-
updateEquipmentWarranty
@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty) Description copied from interface:EquipmentServiceBatchChangeSetUpdate an existingEquipmentWarrantyentity and save it to the S/4HANA system.- Specified by:
updateEquipmentWarrantyin interfaceEquipmentServiceBatchChangeSet- Parameters:
equipmentWarranty-EquipmentWarrantyentity 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.
-