public class DefaultServiceRequestServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ServiceRequestServiceBatch,ServiceRequestServiceBatchChangeSet> implements ServiceRequestServiceBatchChangeSet
ServiceRequestServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ServiceRequestService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultServiceRequestServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ServiceRequestServiceBatch,ServiceRequestServiceBatchChangeSet>
@Nonnull public ServiceRequestServiceBatchChangeSet createServiceRequest(@Nonnull ServiceRequest serviceRequest)
ServiceRequest
entity and save it to the S/4HANA system.createServiceRequest
in interface ServiceRequestServiceBatchChangeSet
serviceRequest
- ServiceRequest
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet updateServiceRequest(@Nonnull ServiceRequest serviceRequest)
ServiceRequest
entity and save it to the S/4HANA system.updateServiceRequest
in interface ServiceRequestServiceBatchChangeSet
serviceRequest
- ServiceRequest
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet createServiceRequestDefect(@Nonnull ServiceRequestDefect serviceRequestDefect)
ServiceRequestDefect
entity and save it to the S/4HANA system.createServiceRequestDefect
in interface ServiceRequestServiceBatchChangeSet
serviceRequestDefect
- ServiceRequestDefect
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet updateServiceRequestDefect(@Nonnull ServiceRequestDefect serviceRequestDefect)
ServiceRequestDefect
entity and save it to the S/4HANA system.updateServiceRequestDefect
in interface ServiceRequestServiceBatchChangeSet
serviceRequestDefect
- ServiceRequestDefect
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet deleteServiceRequestDefect(@Nonnull ServiceRequestDefect serviceRequestDefect)
ServiceRequestDefect
entity in the S/4HANA system.deleteServiceRequestDefect
in interface ServiceRequestServiceBatchChangeSet
serviceRequestDefect
- ServiceRequestDefect
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet createServiceRequestPersonResp(@Nonnull ServiceRequestPersonResp serviceRequestPersonResp)
ServiceRequestPersonResp
entity and save it to the S/4HANA system.createServiceRequestPersonResp
in interface ServiceRequestServiceBatchChangeSet
serviceRequestPersonResp
- ServiceRequestPersonResp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet updateServiceRequestPersonResp(@Nonnull ServiceRequestPersonResp serviceRequestPersonResp)
ServiceRequestPersonResp
entity and save it to the S/4HANA system.updateServiceRequestPersonResp
in interface ServiceRequestServiceBatchChangeSet
serviceRequestPersonResp
- ServiceRequestPersonResp
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet deleteServiceRequestPersonResp(@Nonnull ServiceRequestPersonResp serviceRequestPersonResp)
ServiceRequestPersonResp
entity in the S/4HANA system.deleteServiceRequestPersonResp
in interface ServiceRequestServiceBatchChangeSet
serviceRequestPersonResp
- ServiceRequestPersonResp
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet createServiceRequestReason(@Nonnull ServiceRequestReason serviceRequestReason)
ServiceRequestReason
entity and save it to the S/4HANA system.createServiceRequestReason
in interface ServiceRequestServiceBatchChangeSet
serviceRequestReason
- ServiceRequestReason
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet updateServiceRequestReason(@Nonnull ServiceRequestReason serviceRequestReason)
ServiceRequestReason
entity and save it to the S/4HANA system.updateServiceRequestReason
in interface ServiceRequestServiceBatchChangeSet
serviceRequestReason
- ServiceRequestReason
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet deleteServiceRequestReason(@Nonnull ServiceRequestReason serviceRequestReason)
ServiceRequestReason
entity in the S/4HANA system.deleteServiceRequestReason
in interface ServiceRequestServiceBatchChangeSet
serviceRequestReason
- ServiceRequestReason
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet createServiceRequestRefObject(@Nonnull ServiceRequestRefObject serviceRequestRefObject)
ServiceRequestRefObject
entity and save it to the S/4HANA system.createServiceRequestRefObject
in interface ServiceRequestServiceBatchChangeSet
serviceRequestRefObject
- ServiceRequestRefObject
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet deleteServiceRequestRefObject(@Nonnull ServiceRequestRefObject serviceRequestRefObject)
ServiceRequestRefObject
entity in the S/4HANA system.deleteServiceRequestRefObject
in interface ServiceRequestServiceBatchChangeSet
serviceRequestRefObject
- ServiceRequestRefObject
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet createServiceRequestText(@Nonnull ServiceRequestText serviceRequestText)
ServiceRequestText
entity and save it to the S/4HANA system.createServiceRequestText
in interface ServiceRequestServiceBatchChangeSet
serviceRequestText
- ServiceRequestText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet updateServiceRequestText(@Nonnull ServiceRequestText serviceRequestText)
ServiceRequestText
entity and save it to the S/4HANA system.updateServiceRequestText
in interface ServiceRequestServiceBatchChangeSet
serviceRequestText
- ServiceRequestText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceRequestServiceBatchChangeSet deleteServiceRequestText(@Nonnull ServiceRequestText serviceRequestText)
ServiceRequestText
entity in the S/4HANA system.deleteServiceRequestText
in interface ServiceRequestServiceBatchChangeSet
serviceRequestText
- ServiceRequestText
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.