Class DefaultJustInTimeCallServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<JustInTimeCallServiceBatch,JustInTimeCallServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.justintimecall.batch.DefaultJustInTimeCallServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<JustInTimeCallServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<JustInTimeCallServiceBatch>,JustInTimeCallServiceBatchChangeSet
public class DefaultJustInTimeCallServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<JustInTimeCallServiceBatch,JustInTimeCallServiceBatchChangeSet>
implements JustInTimeCallServiceBatchChangeSet
Implementation of the
JustInTimeCallServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
JustInTimeCallService.-
Method Summary
Modifier and TypeMethodDescriptioncreateJITCallCompGrp(JITCallCompGrp jITCallCompGrp) Create a newJITCallCompGrpentity and save it to the S/4HANA system.createJITCallCompMatl(JITCallCompMatl jITCallCompMatl) Create a newJITCallCompMatlentity and save it to the S/4HANA system.createJITCallHeader(JITCallHeader jITCallHeader) Create a newJITCallHeaderentity and save it to the S/4HANA system.createJITCallRefTextCompGrp(JITCallRefTextCompGrp jITCallRefTextCompGrp) Create a newJITCallRefTextCompGrpentity and save it to the S/4HANA system.createJITCallRefTextCompMatl(JITCallRefTextCompMatl jITCallRefTextCompMatl) Create a newJITCallRefTextCompMatlentity and save it to the S/4HANA system.createJITCallRefTextHdr(JITCallRefTextHdr jITCallRefTextHdr) Create a newJITCallRefTextHdrentity and save it to the S/4HANA system.deleteJITCallCompMatl(JITCallCompMatl jITCallCompMatl) Deletes an existingJITCallCompMatlentity in the S/4HANA system.deleteJITCallRefTextCompGrp(JITCallRefTextCompGrp jITCallRefTextCompGrp) Deletes an existingJITCallRefTextCompGrpentity in the S/4HANA system.deleteJITCallRefTextCompMatl(JITCallRefTextCompMatl jITCallRefTextCompMatl) Deletes an existingJITCallRefTextCompMatlentity in the S/4HANA system.deleteJITCallRefTextHdr(JITCallRefTextHdr jITCallRefTextHdr) Deletes an existingJITCallRefTextHdrentity in the S/4HANA system.getThis()updateJITCallCompGrp(JITCallCompGrp jITCallCompGrp) Update an existingJITCallCompGrpentity and save it to the S/4HANA system.updateJITCallCompMatl(JITCallCompMatl jITCallCompMatl) Update an existingJITCallCompMatlentity and save it to the S/4HANA system.updateJITCallHeader(JITCallHeader jITCallHeader) Update an existingJITCallHeaderentity and save it to the S/4HANA system.updateJITCallRefTextCompGrp(JITCallRefTextCompGrp jITCallRefTextCompGrp) Update an existingJITCallRefTextCompGrpentity and save it to the S/4HANA system.updateJITCallRefTextCompMatl(JITCallRefTextCompMatl jITCallRefTextCompMatl) Update an existingJITCallRefTextCompMatlentity and save it to the S/4HANA system.updateJITCallRefTextHdr(JITCallRefTextHdr jITCallRefTextHdr) Update an existingJITCallRefTextHdrentity 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<JustInTimeCallServiceBatch,JustInTimeCallServiceBatchChangeSet>
-
createJITCallCompGrp
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Description copied from interface:JustInTimeCallServiceBatchChangeSetCreate a newJITCallCompGrpentity and save it to the S/4HANA system.- Specified by:
createJITCallCompGrpin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallCompGrp-JITCallCompGrpentity 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.
-
updateJITCallCompGrp
@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Description copied from interface:JustInTimeCallServiceBatchChangeSetUpdate an existingJITCallCompGrpentity and save it to the S/4HANA system.- Specified by:
updateJITCallCompGrpin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallCompGrp-JITCallCompGrpentity 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.
-
createJITCallCompMatl
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Description copied from interface:JustInTimeCallServiceBatchChangeSetCreate a newJITCallCompMatlentity and save it to the S/4HANA system.- Specified by:
createJITCallCompMatlin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallCompMatl-JITCallCompMatlentity 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.
-
updateJITCallCompMatl
@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Description copied from interface:JustInTimeCallServiceBatchChangeSetUpdate an existingJITCallCompMatlentity and save it to the S/4HANA system.- Specified by:
updateJITCallCompMatlin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallCompMatl-JITCallCompMatlentity 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.
-
deleteJITCallCompMatl
@Nonnull public JustInTimeCallServiceBatchChangeSet deleteJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Description copied from interface:JustInTimeCallServiceBatchChangeSetDeletes an existingJITCallCompMatlentity in the S/4HANA system.- Specified by:
deleteJITCallCompMatlin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallCompMatl-JITCallCompMatlentity 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.
-
createJITCallHeader
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallHeader(@Nonnull JITCallHeader jITCallHeader) Description copied from interface:JustInTimeCallServiceBatchChangeSetCreate a newJITCallHeaderentity and save it to the S/4HANA system.- Specified by:
createJITCallHeaderin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallHeader-JITCallHeaderentity 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.
-
updateJITCallHeader
@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallHeader(@Nonnull JITCallHeader jITCallHeader) Description copied from interface:JustInTimeCallServiceBatchChangeSetUpdate an existingJITCallHeaderentity and save it to the S/4HANA system.- Specified by:
updateJITCallHeaderin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallHeader-JITCallHeaderentity 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.
-
createJITCallRefTextCompGrp
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Description copied from interface:JustInTimeCallServiceBatchChangeSetCreate a newJITCallRefTextCompGrpentity and save it to the S/4HANA system.- Specified by:
createJITCallRefTextCompGrpin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextCompGrp-JITCallRefTextCompGrpentity 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.
-
updateJITCallRefTextCompGrp
@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Description copied from interface:JustInTimeCallServiceBatchChangeSetUpdate an existingJITCallRefTextCompGrpentity and save it to the S/4HANA system.- Specified by:
updateJITCallRefTextCompGrpin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextCompGrp-JITCallRefTextCompGrpentity 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.
-
deleteJITCallRefTextCompGrp
@Nonnull public JustInTimeCallServiceBatchChangeSet deleteJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Description copied from interface:JustInTimeCallServiceBatchChangeSetDeletes an existingJITCallRefTextCompGrpentity in the S/4HANA system.- Specified by:
deleteJITCallRefTextCompGrpin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextCompGrp-JITCallRefTextCompGrpentity 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.
-
createJITCallRefTextCompMatl
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Description copied from interface:JustInTimeCallServiceBatchChangeSetCreate a newJITCallRefTextCompMatlentity and save it to the S/4HANA system.- Specified by:
createJITCallRefTextCompMatlin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextCompMatl-JITCallRefTextCompMatlentity 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.
-
updateJITCallRefTextCompMatl
@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Description copied from interface:JustInTimeCallServiceBatchChangeSetUpdate an existingJITCallRefTextCompMatlentity and save it to the S/4HANA system.- Specified by:
updateJITCallRefTextCompMatlin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextCompMatl-JITCallRefTextCompMatlentity 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.
-
deleteJITCallRefTextCompMatl
@Nonnull public JustInTimeCallServiceBatchChangeSet deleteJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Description copied from interface:JustInTimeCallServiceBatchChangeSetDeletes an existingJITCallRefTextCompMatlentity in the S/4HANA system.- Specified by:
deleteJITCallRefTextCompMatlin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextCompMatl-JITCallRefTextCompMatlentity 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.
-
createJITCallRefTextHdr
@Nonnull public JustInTimeCallServiceBatchChangeSet createJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Description copied from interface:JustInTimeCallServiceBatchChangeSetCreate a newJITCallRefTextHdrentity and save it to the S/4HANA system.- Specified by:
createJITCallRefTextHdrin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextHdr-JITCallRefTextHdrentity 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.
-
updateJITCallRefTextHdr
@Nonnull public JustInTimeCallServiceBatchChangeSet updateJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Description copied from interface:JustInTimeCallServiceBatchChangeSetUpdate an existingJITCallRefTextHdrentity and save it to the S/4HANA system.- Specified by:
updateJITCallRefTextHdrin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextHdr-JITCallRefTextHdrentity 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.
-
deleteJITCallRefTextHdr
@Nonnull public JustInTimeCallServiceBatchChangeSet deleteJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Description copied from interface:JustInTimeCallServiceBatchChangeSetDeletes an existingJITCallRefTextHdrentity in the S/4HANA system.- Specified by:
deleteJITCallRefTextHdrin interfaceJustInTimeCallServiceBatchChangeSet- Parameters:
jITCallRefTextHdr-JITCallRefTextHdrentity 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.
-