Class DefaultLegalDocumentServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<LegalDocumentServiceBatch,LegalDocumentServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaldocument.batch.DefaultLegalDocumentServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<LegalDocumentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<LegalDocumentServiceBatch>,LegalDocumentServiceBatchChangeSet
public class DefaultLegalDocumentServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<LegalDocumentServiceBatch,LegalDocumentServiceBatchChangeSet>
implements LegalDocumentServiceBatchChangeSet
Implementation of the
LegalDocumentServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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<LegalDocumentServiceBatch,LegalDocumentServiceBatchChangeSet>
-
createLegalDocument
@Nonnull public LegalDocumentServiceBatchChangeSet createLegalDocument(@Nonnull LegalDocument legalDocument) Description copied from interface:LegalDocumentServiceBatchChangeSetCreate a newLegalDocumententity and save it to the S/4HANA system.- Specified by:
createLegalDocumentin interfaceLegalDocumentServiceBatchChangeSet- 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 public LegalDocumentServiceBatchChangeSet createLglCntntMDocCategory(@Nonnull LglCntntMDocCategory lglCntntMDocCategory) Description copied from interface:LegalDocumentServiceBatchChangeSetCreate a newLglCntntMDocCategoryentity and save it to the S/4HANA system.- Specified by:
createLglCntntMDocCategoryin interfaceLegalDocumentServiceBatchChangeSet- 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 public LegalDocumentServiceBatchChangeSet createLglCntntMDocParCategory(@Nonnull LglCntntMDocParCategory lglCntntMDocParCategory) Description copied from interface:LegalDocumentServiceBatchChangeSetCreate a newLglCntntMDocParCategoryentity and save it to the S/4HANA system.- Specified by:
createLglCntntMDocParCategoryin interfaceLegalDocumentServiceBatchChangeSet- 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
@Nonnull public LegalDocumentServiceBatchChangeSet createLglDocStamp(@Nonnull LglDocStamp lglDocStamp) Description copied from interface:LegalDocumentServiceBatchChangeSetCreate a newLglDocStampentity and save it to the S/4HANA system.- Specified by:
createLglDocStampin interfaceLegalDocumentServiceBatchChangeSet- 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.
-