Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LegalTransaction
Packages that use LegalTransaction
Package
Description
-
Uses of LegalTransaction in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return LegalTransactionModifier and TypeMethodDescriptionLegalTransaction.LegalTransactionBuilder.build()CancelFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.TerminateFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.protected LegalTransactionLegalTransactionCreateFluentHelper.getEntity()protected LegalTransactionLegalTransactionUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return types with arguments of type LegalTransactionModifier and TypeMethodDescriptionprotected Class<LegalTransaction>CancelFluentHelper.getEntityClass()protected Class<LegalTransaction>LegalTransactionByKeyFluentHelper.getEntityClass()protected Class<LegalTransaction>LegalTransactionFluentHelper.getEntityClass()protected Class<LegalTransaction>TerminateFluentHelper.getEntityClass()LegalTransaction.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LegalTransactionModifierConstructorDescriptionLegalTransactionCreateFluentHelper(String servicePath, LegalTransaction entity, String entityCollection) Creates a fluent helper object that will create aLegalTransactionentity on the OData endpoint.LegalTransactionUpdateFluentHelper(String servicePath, LegalTransaction entity, String entityCollection) Creates a fluent helper object that will update aLegalTransactionentity on the OData endpoint. -
Uses of LegalTransaction in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.batch with parameters of type LegalTransactionModifier and TypeMethodDescriptionDefaultLegalTransactionServiceBatchChangeSet.createLegalTransaction(LegalTransaction legalTransaction) LegalTransactionServiceBatchChangeSet.createLegalTransaction(LegalTransaction legalTransaction) Create a newLegalTransactionentity and save it to the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.updateLegalTransaction(LegalTransaction legalTransaction) LegalTransactionServiceBatchChangeSet.updateLegalTransaction(LegalTransaction legalTransaction) Update an existingLegalTransactionentity and save it to the S/4HANA system. -
Uses of LegalTransaction in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.link that return types with arguments of type LegalTransactionModifier and TypeMethodDescriptionLegalTransactionOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.link with type arguments of type LegalTransactionModifier and TypeMethodDescriptionprotected LegalTransactionLink<ObjectT>LegalTransactionLink.translateLinkType(EntityLink<LegalTransactionLink<ObjectT>, LegalTransaction, ObjectT> link) -
Uses of LegalTransaction in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LegalTransactionModifier and TypeMethodDescriptionDefaultLegalTransactionService.createLegalTransaction(LegalTransaction legalTransaction) Deprecated.LegalTransactionService.createLegalTransaction(LegalTransaction legalTransaction) Deprecated.Create a newLegalTransactionentity and save it to the S/4HANA system.DefaultLegalTransactionService.updateLegalTransaction(LegalTransaction legalTransaction) Deprecated.LegalTransactionService.updateLegalTransaction(LegalTransaction legalTransaction) Deprecated.Update an existingLegalTransactionentity and save it to the S/4HANA system.