Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransRelationship
Packages that use LglTransRelationship
Package
Description
-
Uses of LglTransRelationship in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with type parameters of type LglTransRelationshipModifier and TypeFieldDescriptionstatic final LegalTransactionLink<LglTransRelationship>LegalTransaction.TO_LGL_TRANS_RELATIONSHIPUse with available fluent helpers to apply the to_LglTransRelationship navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return LglTransRelationshipModifier and TypeMethodDescriptionLglTransRelationship.LglTransRelationshipBuilder.build()protected LglTransRelationshipLglTransRelationshipCreateFluentHelper.getEntity()protected LglTransRelationshipLglTransRelationshipDeleteFluentHelper.getEntity()protected LglTransRelationshipLglTransRelationshipUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return types with arguments of type LglTransRelationshipModifier and TypeMethodDescriptionLegalTransaction.fetchLglTransRelationship()Fetches the LglTransRelationship entities (one to many) associated with this entity.protected Class<LglTransRelationship>LglTransRelationshipByKeyFluentHelper.getEntityClass()protected Class<LglTransRelationship>LglTransRelationshipFluentHelper.getEntityClass()io.vavr.control.Option<List<LglTransRelationship>>LegalTransaction.getLglTransRelationshipIfPresent()Retrieval of associated LglTransRelationship entities (one to many).LegalTransaction.getLglTransRelationshipOrFetch()Retrieval of associated LglTransRelationship entities (one to many).LglTransRelationship.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransRelationshipModifier and TypeMethodDescriptionvoidLegalTransaction.addLglTransRelationship(LglTransRelationship... entity) Adds elements to the list of associated LglTransRelationship entities.LegalTransaction.LegalTransactionBuilder.lglTransRelationship(LglTransRelationship... value) Navigation property to_LglTransRelationship for LegalTransaction to multiple LglTransRelationship.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with type arguments of type LglTransRelationshipModifier and TypeMethodDescriptionvoidLegalTransaction.setLglTransRelationship(List<LglTransRelationship> value) Overwrites the list of associated LglTransRelationship entities for the loaded navigation property to_LglTransRelationship.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransRelationshipModifierConstructorDescriptionLglTransRelationshipCreateFluentHelper(String servicePath, LglTransRelationship entity, String entityCollection) Creates a fluent helper object that will create aLglTransRelationshipentity on the OData endpoint.LglTransRelationshipDeleteFluentHelper(String servicePath, LglTransRelationship entity, String entityCollection) Creates a fluent helper object that will delete aLglTransRelationshipentity on the OData endpoint.LglTransRelationshipUpdateFluentHelper(String servicePath, LglTransRelationship entity, String entityCollection) Creates a fluent helper object that will update aLglTransRelationshipentity on the OData endpoint. -
Uses of LglTransRelationship 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 LglTransRelationshipModifier and TypeMethodDescriptionDefaultLegalTransactionServiceBatchChangeSet.createLglTransRelationship(LglTransRelationship lglTransRelationship) LegalTransactionServiceBatchChangeSet.createLglTransRelationship(LglTransRelationship lglTransRelationship) Create a newLglTransRelationshipentity and save it to the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) LegalTransactionServiceBatchChangeSet.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) Deletes an existingLglTransRelationshipentity in the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.updateLglTransRelationship(LglTransRelationship lglTransRelationship) LegalTransactionServiceBatchChangeSet.updateLglTransRelationship(LglTransRelationship lglTransRelationship) Update an existingLglTransRelationshipentity and save it to the S/4HANA system. -
Uses of LglTransRelationship 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 LglTransRelationshipModifier and TypeMethodDescriptionLglTransRelationshipOneToOneLink.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 LglTransRelationshipModifier and TypeMethodDescriptionprotected LglTransRelationshipLink<ObjectT>LglTransRelationshipLink.translateLinkType(EntityLink<LglTransRelationshipLink<ObjectT>, LglTransRelationship, ObjectT> link) -
Uses of LglTransRelationship in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LglTransRelationshipModifier and TypeMethodDescriptionDefaultLegalTransactionService.createLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.LegalTransactionService.createLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Create a newLglTransRelationshipentity and save it to the S/4HANA system.DefaultLegalTransactionService.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.LegalTransactionService.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Deletes an existingLglTransRelationshipentity in the S/4HANA system.DefaultLegalTransactionService.updateLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.LegalTransactionService.updateLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Update an existingLglTransRelationshipentity and save it to the S/4HANA system.