Interface LegalDocumentServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<LegalDocumentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<LegalDocumentServiceBatch>
- All Known Implementing Classes:
DefaultLegalDocumentServiceBatchChangeSet
public interface LegalDocumentServiceBatchChangeSet
extends FluentHelperBatchChangeSet<LegalDocumentServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<LegalDocumentServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
LegalDocumentService.-
Method Summary
Modifier and TypeMethodDescriptioncreateLegalDocument(LegalDocument legalDocument) Create a newLegalDocumententity and save it to the S/4HANA system.createLglCntntMDocCategory(LglCntntMDocCategory lglCntntMDocCategory) Create a newLglCntntMDocCategoryentity and save it to the S/4HANA system.createLglCntntMDocParCategory(LglCntntMDocParCategory lglCntntMDocParCategory) Create a newLglCntntMDocParCategoryentity and save it to the S/4HANA system.createLglDocStamp(LglDocStamp lglDocStamp) Create a newLglDocStampentity 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
-
createLegalDocument
@Nonnull LegalDocumentServiceBatchChangeSet createLegalDocument(@Nonnull LegalDocument legalDocument) Create a newLegalDocumententity and save it to the S/4HANA system.- Parameters:
legalDocument-LegalDocumententity 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.
-
createLglCntntMDocCategory
@Nonnull LegalDocumentServiceBatchChangeSet createLglCntntMDocCategory(@Nonnull LglCntntMDocCategory lglCntntMDocCategory) Create a newLglCntntMDocCategoryentity and save it to the S/4HANA system.- Parameters:
lglCntntMDocCategory-LglCntntMDocCategoryentity 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.
-
createLglCntntMDocParCategory
@Nonnull LegalDocumentServiceBatchChangeSet createLglCntntMDocParCategory(@Nonnull LglCntntMDocParCategory lglCntntMDocParCategory) Create a newLglCntntMDocParCategoryentity and save it to the S/4HANA system.- Parameters:
lglCntntMDocParCategory-LglCntntMDocParCategoryentity 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.
-
createLglDocStamp
Create a newLglDocStampentity and save it to the S/4HANA system.- Parameters:
lglDocStamp-LglDocStampentity 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.
-