public class DefaultEHSIncidentCreateServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<EHSIncidentCreateServiceBatch,EHSIncidentCreateServiceBatchChangeSet> implements EHSIncidentCreateServiceBatchChangeSet
EHSIncidentCreateServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
EHSIncidentCreateService
.Modifier and Type | Method and Description |
---|---|
EHSIncidentCreateServiceBatchChangeSet |
createAttachment(Attachment attachment)
Create a new
Attachment
entity and save it to the S/4HANA system. |
EHSIncidentCreateServiceBatchChangeSet |
createIncident(Incident incident)
Create a new
Incident
entity and save it to the S/4HANA system. |
EHSIncidentCreateServiceBatchChangeSet |
createPerson(Person person)
Create a new
Person entity
and save it to the S/4HANA system. |
protected DefaultEHSIncidentCreateServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultEHSIncidentCreateServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<EHSIncidentCreateServiceBatch,EHSIncidentCreateServiceBatchChangeSet>
@Nonnull public EHSIncidentCreateServiceBatchChangeSet createAttachment(@Nonnull Attachment attachment)
Attachment
entity and save it to the S/4HANA system.createAttachment
in interface EHSIncidentCreateServiceBatchChangeSet
attachment
- Attachment
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EHSIncidentCreateServiceBatchChangeSet createIncident(@Nonnull Incident incident)
Incident
entity and save it to the S/4HANA system.createIncident
in interface EHSIncidentCreateServiceBatchChangeSet
incident
- Incident
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public EHSIncidentCreateServiceBatchChangeSet createPerson(@Nonnull Person person)
Person
entity
and save it to the S/4HANA system.createPerson
in interface EHSIncidentCreateServiceBatchChangeSet
person
- Person
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.