Interface JustInTimeCallServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<JustInTimeCallServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<JustInTimeCallServiceBatch>
- All Known Implementing Classes:
DefaultJustInTimeCallServiceBatchChangeSet
public interface JustInTimeCallServiceBatchChangeSet
extends FluentHelperBatchChangeSet<JustInTimeCallServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<JustInTimeCallServiceBatch>
This interface enables you to combine multiple operations into one change set. 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.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 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
-
createJITCallCompGrp
@Nonnull JustInTimeCallServiceBatchChangeSet createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Create a newJITCallCompGrpentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp) Update an existingJITCallCompGrpentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Create a newJITCallCompMatlentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Update an existingJITCallCompMatlentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet deleteJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl) Deletes an existingJITCallCompMatlentity in the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet createJITCallHeader(@Nonnull JITCallHeader jITCallHeader) Create a newJITCallHeaderentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet updateJITCallHeader(@Nonnull JITCallHeader jITCallHeader) Update an existingJITCallHeaderentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet createJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Create a newJITCallRefTextCompGrpentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet updateJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Update an existingJITCallRefTextCompGrpentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet deleteJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp) Deletes an existingJITCallRefTextCompGrpentity in the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet createJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Create a newJITCallRefTextCompMatlentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet updateJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Update an existingJITCallRefTextCompMatlentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet deleteJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl) Deletes an existingJITCallRefTextCompMatlentity in the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet createJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Create a newJITCallRefTextHdrentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet updateJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Update an existingJITCallRefTextHdrentity and save it to the S/4HANA system.- 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 JustInTimeCallServiceBatchChangeSet deleteJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr) Deletes an existingJITCallRefTextHdrentity in the S/4HANA system.- 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.
-