Class DefaultInspectionPlanServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<InspectionPlanServiceBatch,InspectionPlanServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.batch.DefaultInspectionPlanServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<InspectionPlanServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<InspectionPlanServiceBatch>,InspectionPlanServiceBatchChangeSet
public class DefaultInspectionPlanServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<InspectionPlanServiceBatch,InspectionPlanServiceBatchChangeSet>
implements InspectionPlanServiceBatchChangeSet
Implementation of the
InspectionPlanServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
InspectionPlanService.-
Method Summary
Modifier and TypeMethodDescriptioncreateInspectionPlan(InspectionPlan inspectionPlan) Create a newInspectionPlanentity and save it to the S/4HANA system.createInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Create a newInspPlanDepdntCharcentity and save it to the S/4HANA system.createInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Create a newInspPlanMaterialAssgmtentity and save it to the S/4HANA system.createInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Create a newInspPlanOpCharacteristicentity and save it to the S/4HANA system.createInspPlanOperation(InspPlanOperation inspPlanOperation) Create a newInspPlanOperationentity and save it to the S/4HANA system.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Create a newInspPlanOpPRTentity and save it to the S/4HANA system.deleteInspectionPlan(InspectionPlan inspectionPlan) Deletes an existingInspectionPlanentity in the S/4HANA system.deleteInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Deletes an existingInspPlanDepdntCharcentity in the S/4HANA system.deleteInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deletes an existingInspPlanMaterialAssgmtentity in the S/4HANA system.deleteInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Deletes an existingInspPlanOpCharacteristicentity in the S/4HANA system.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) Deletes an existingInspPlanOperationentity in the S/4HANA system.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deletes an existingInspPlanOpPRTentity in the S/4HANA system.getThis()updateInspectionPlan(InspectionPlan inspectionPlan) Update an existingInspectionPlanentity and save it to the S/4HANA system.updateInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Update an existingInspPlanDepdntCharcentity and save it to the S/4HANA system.updateInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Update an existingInspPlanMaterialAssgmtentity and save it to the S/4HANA system.updateInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Update an existingInspPlanOpCharacteristicentity and save it to the S/4HANA system.updateInspPlanOperation(InspPlanOperation inspPlanOperation) Update an existingInspPlanOperationentity and save it to the S/4HANA system.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Update an existingInspPlanOpPRTentity 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<InspectionPlanServiceBatch,InspectionPlanServiceBatchChangeSet>
-
createInspectionPlan
@Nonnull public InspectionPlanServiceBatchChangeSet createInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Description copied from interface:InspectionPlanServiceBatchChangeSetCreate a newInspectionPlanentity and save it to the S/4HANA system.- Specified by:
createInspectionPlanin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspectionPlan-InspectionPlanentity 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.
-
updateInspectionPlan
@Nonnull public InspectionPlanServiceBatchChangeSet updateInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Description copied from interface:InspectionPlanServiceBatchChangeSetUpdate an existingInspectionPlanentity and save it to the S/4HANA system.- Specified by:
updateInspectionPlanin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspectionPlan-InspectionPlanentity 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.
-
deleteInspectionPlan
@Nonnull public InspectionPlanServiceBatchChangeSet deleteInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Description copied from interface:InspectionPlanServiceBatchChangeSetDeletes an existingInspectionPlanentity in the S/4HANA system.- Specified by:
deleteInspectionPlanin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspectionPlan-InspectionPlanentity 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.
-
createInspPlanDepdntCharc
@Nonnull public InspectionPlanServiceBatchChangeSet createInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Description copied from interface:InspectionPlanServiceBatchChangeSetCreate a newInspPlanDepdntCharcentity and save it to the S/4HANA system.- Specified by:
createInspPlanDepdntCharcin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity 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.
-
updateInspPlanDepdntCharc
@Nonnull public InspectionPlanServiceBatchChangeSet updateInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Description copied from interface:InspectionPlanServiceBatchChangeSetUpdate an existingInspPlanDepdntCharcentity and save it to the S/4HANA system.- Specified by:
updateInspPlanDepdntCharcin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity 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.
-
deleteInspPlanDepdntCharc
@Nonnull public InspectionPlanServiceBatchChangeSet deleteInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Description copied from interface:InspectionPlanServiceBatchChangeSetDeletes an existingInspPlanDepdntCharcentity in the S/4HANA system.- Specified by:
deleteInspPlanDepdntCharcin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity 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.
-
createInspPlanMaterialAssgmt
@Nonnull public InspectionPlanServiceBatchChangeSet createInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Description copied from interface:InspectionPlanServiceBatchChangeSetCreate a newInspPlanMaterialAssgmtentity and save it to the S/4HANA system.- Specified by:
createInspPlanMaterialAssgmtin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity 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.
-
updateInspPlanMaterialAssgmt
@Nonnull public InspectionPlanServiceBatchChangeSet updateInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Description copied from interface:InspectionPlanServiceBatchChangeSetUpdate an existingInspPlanMaterialAssgmtentity and save it to the S/4HANA system.- Specified by:
updateInspPlanMaterialAssgmtin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity 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.
-
deleteInspPlanMaterialAssgmt
@Nonnull public InspectionPlanServiceBatchChangeSet deleteInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Description copied from interface:InspectionPlanServiceBatchChangeSetDeletes an existingInspPlanMaterialAssgmtentity in the S/4HANA system.- Specified by:
deleteInspPlanMaterialAssgmtin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity 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.
-
createInspPlanOpCharacteristic
@Nonnull public InspectionPlanServiceBatchChangeSet createInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Description copied from interface:InspectionPlanServiceBatchChangeSetCreate a newInspPlanOpCharacteristicentity and save it to the S/4HANA system.- Specified by:
createInspPlanOpCharacteristicin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity 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.
-
updateInspPlanOpCharacteristic
@Nonnull public InspectionPlanServiceBatchChangeSet updateInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Description copied from interface:InspectionPlanServiceBatchChangeSetUpdate an existingInspPlanOpCharacteristicentity and save it to the S/4HANA system.- Specified by:
updateInspPlanOpCharacteristicin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity 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.
-
deleteInspPlanOpCharacteristic
@Nonnull public InspectionPlanServiceBatchChangeSet deleteInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Description copied from interface:InspectionPlanServiceBatchChangeSetDeletes an existingInspPlanOpCharacteristicentity in the S/4HANA system.- Specified by:
deleteInspPlanOpCharacteristicin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity 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.
-
createInspPlanOperation
@Nonnull public InspectionPlanServiceBatchChangeSet createInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Description copied from interface:InspectionPlanServiceBatchChangeSetCreate a newInspPlanOperationentity and save it to the S/4HANA system.- Specified by:
createInspPlanOperationin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOperation-InspPlanOperationentity 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.
-
updateInspPlanOperation
@Nonnull public InspectionPlanServiceBatchChangeSet updateInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Description copied from interface:InspectionPlanServiceBatchChangeSetUpdate an existingInspPlanOperationentity and save it to the S/4HANA system.- Specified by:
updateInspPlanOperationin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOperation-InspPlanOperationentity 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.
-
deleteInspPlanOperation
@Nonnull public InspectionPlanServiceBatchChangeSet deleteInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Description copied from interface:InspectionPlanServiceBatchChangeSetDeletes an existingInspPlanOperationentity in the S/4HANA system.- Specified by:
deleteInspPlanOperationin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOperation-InspPlanOperationentity 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.
-
createInspPlanOpPRT
@Nonnull public InspectionPlanServiceBatchChangeSet createInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Description copied from interface:InspectionPlanServiceBatchChangeSetCreate a newInspPlanOpPRTentity and save it to the S/4HANA system.- Specified by:
createInspPlanOpPRTin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity 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.
-
updateInspPlanOpPRT
@Nonnull public InspectionPlanServiceBatchChangeSet updateInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Description copied from interface:InspectionPlanServiceBatchChangeSetUpdate an existingInspPlanOpPRTentity and save it to the S/4HANA system.- Specified by:
updateInspPlanOpPRTin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity 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.
-
deleteInspPlanOpPRT
@Nonnull public InspectionPlanServiceBatchChangeSet deleteInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Description copied from interface:InspectionPlanServiceBatchChangeSetDeletes an existingInspPlanOpPRTentity in the S/4HANA system.- Specified by:
deleteInspPlanOpPRTin interfaceInspectionPlanServiceBatchChangeSet- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity 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.
-