public class DefaultPhoneCallActivityServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PhoneCallActivityServiceBatch,PhoneCallActivityServiceBatchChangeSet> implements PhoneCallActivityServiceBatchChangeSet
PhoneCallActivityServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PhoneCallActivityService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultPhoneCallActivityServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PhoneCallActivityServiceBatch,PhoneCallActivityServiceBatchChangeSet>
@Nonnull public PhoneCallActivityServiceBatchChangeSet createPhoneCallActivity(@Nonnull PhoneCallActivity phoneCallActivity)
PhoneCallActivity
entity and save it to the S/4HANA system.createPhoneCallActivity
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivity
- PhoneCallActivity
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet updatePhoneCallActivity(@Nonnull PhoneCallActivity phoneCallActivity)
PhoneCallActivity
entity and save it to the S/4HANA system.updatePhoneCallActivity
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivity
- PhoneCallActivity
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet createPhoneCallActivityAttendee(@Nonnull PhoneCallActivityAttendee phoneCallActivityAttendee)
PhoneCallActivityAttendee
entity and save it to the S/4HANA system.createPhoneCallActivityAttendee
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityAttendee
- PhoneCallActivityAttendee
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet updatePhoneCallActivityAttendee(@Nonnull PhoneCallActivityAttendee phoneCallActivityAttendee)
PhoneCallActivityAttendee
entity and save it to the S/4HANA system.updatePhoneCallActivityAttendee
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityAttendee
- PhoneCallActivityAttendee
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet deletePhoneCallActivityAttendee(@Nonnull PhoneCallActivityAttendee phoneCallActivityAttendee)
PhoneCallActivityAttendee
entity in the S/4HANA system.deletePhoneCallActivityAttendee
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityAttendee
- PhoneCallActivityAttendee
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet createPhoneCallActivityPersonResp(@Nonnull PhoneCallActivityPersonResp phoneCallActivityPersonResp)
PhoneCallActivityPersonResp
entity and save it to the S/4HANA system.createPhoneCallActivityPersonResp
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityPersonResp
- PhoneCallActivityPersonResp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet updatePhoneCallActivityPersonResp(@Nonnull PhoneCallActivityPersonResp phoneCallActivityPersonResp)
PhoneCallActivityPersonResp
entity and save it to the S/4HANA system.updatePhoneCallActivityPersonResp
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityPersonResp
- PhoneCallActivityPersonResp
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet deletePhoneCallActivityPersonResp(@Nonnull PhoneCallActivityPersonResp phoneCallActivityPersonResp)
PhoneCallActivityPersonResp
entity in the S/4HANA system.deletePhoneCallActivityPersonResp
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityPersonResp
- PhoneCallActivityPersonResp
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet createPhoneCallActivityText(@Nonnull PhoneCallActivityText phoneCallActivityText)
PhoneCallActivityText
entity and save it to the S/4HANA system.createPhoneCallActivityText
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityText
- PhoneCallActivityText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet updatePhoneCallActivityText(@Nonnull PhoneCallActivityText phoneCallActivityText)
PhoneCallActivityText
entity and save it to the S/4HANA system.updatePhoneCallActivityText
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityText
- PhoneCallActivityText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PhoneCallActivityServiceBatchChangeSet deletePhoneCallActivityText(@Nonnull PhoneCallActivityText phoneCallActivityText)
PhoneCallActivityText
entity in the S/4HANA system.deletePhoneCallActivityText
in interface PhoneCallActivityServiceBatchChangeSet
phoneCallActivityText
- PhoneCallActivityText
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.