public class DefaultEquipmentServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<EquipmentServiceBatch,EquipmentServiceBatchChangeSet> implements EquipmentServiceBatchChangeSet
EquipmentServiceBatchChangeSet
interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
EquipmentService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultEquipmentServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<EquipmentServiceBatch,EquipmentServiceBatchChangeSet>
@Nonnull public EquipmentServiceBatchChangeSet createEquipment(@Nonnull Equipment equipment)
Equipment
entity and save it to the S/4HANA system.createEquipment
in interface EquipmentServiceBatchChangeSet
equipment
- Equipment
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet updateEquipment(@Nonnull Equipment equipment)
Equipment
entity and save it to the S/4HANA system.updateEquipment
in interface EquipmentServiceBatchChangeSet
equipment
- Equipment
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
EquipClassCharacteristicValue
entity and save it to the S/4HANA system.createEquipClassCharacteristicValue
in interface EquipmentServiceBatchChangeSet
equipClassCharacteristicValue
- EquipClassCharacteristicValue
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
EquipClassCharacteristicValue
entity and save it to the S/4HANA system.updateEquipClassCharacteristicValue
in interface EquipmentServiceBatchChangeSet
equipClassCharacteristicValue
- EquipClassCharacteristicValue
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet createEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentClass
entity and save it to the S/4HANA system.createEquipmentClass
in interface EquipmentServiceBatchChangeSet
equipmentClass
- EquipmentClass
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentClass
entity and save it to the S/4HANA system.updateEquipmentClass
in interface EquipmentServiceBatchChangeSet
equipmentClass
- EquipmentClass
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentClass
entity in the S/4HANA system.deleteEquipmentClass
in interface EquipmentServiceBatchChangeSet
equipmentClass
- EquipmentClass
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic)
EquipmentClassCharacteristic
entity and save it to the S/4HANA system.createEquipmentClassCharacteristic
in interface EquipmentServiceBatchChangeSet
equipmentClassCharacteristic
- EquipmentClassCharacteristic
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
EquipmentLongText
entity and save it to the S/4HANA system.createEquipmentLongText
in interface EquipmentServiceBatchChangeSet
equipmentLongText
- EquipmentLongText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
EquipmentLongText
entity and save it to the S/4HANA system.updateEquipmentLongText
in interface EquipmentServiceBatchChangeSet
equipmentLongText
- EquipmentLongText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
EquipmentPartner
entity and save it to the S/4HANA system.createEquipmentPartner
in interface EquipmentServiceBatchChangeSet
equipmentPartner
- EquipmentPartner
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
EquipmentPartner
entity and save it to the S/4HANA system.updateEquipmentPartner
in interface EquipmentServiceBatchChangeSet
equipmentPartner
- EquipmentPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
EquipmentWarranty
entity and save it to the S/4HANA system.createEquipmentWarranty
in interface EquipmentServiceBatchChangeSet
equipmentWarranty
- EquipmentWarranty
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EquipmentServiceBatchChangeSet updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
EquipmentWarranty
entity and save it to the S/4HANA system.updateEquipmentWarranty
in interface EquipmentServiceBatchChangeSet
equipmentWarranty
- EquipmentWarranty
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.