Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransExternalContact
Packages that use LglTransExternalContact
Package
Description
-
Uses of LglTransExternalContact 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 LglTransExternalContactModifier and TypeFieldDescriptionstatic final LegalTransactionLink<LglTransExternalContact>LegalTransaction.TO_LGL_TRANS_EXTERNAL_CONTACTUse with available fluent helpers to apply the to_LglTransExternalContact navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return LglTransExternalContactModifier and TypeMethodDescriptionLglTransExternalContact.LglTransExternalContactBuilder.build()protected LglTransExternalContactLglTransExternalContactCreateFluentHelper.getEntity()protected LglTransExternalContactLglTransExternalContactDeleteFluentHelper.getEntity()protected LglTransExternalContactLglTransExternalContactUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return types with arguments of type LglTransExternalContactModifier and TypeMethodDescriptionLegalTransaction.fetchLglTransExternalContact()Fetches the LglTransExternalContact entities (one to many) associated with this entity.protected Class<LglTransExternalContact>LglTransExternalContactByKeyFluentHelper.getEntityClass()protected Class<LglTransExternalContact>LglTransExternalContactFluentHelper.getEntityClass()io.vavr.control.Option<List<LglTransExternalContact>>LegalTransaction.getLglTransExternalContactIfPresent()Retrieval of associated LglTransExternalContact entities (one to many).LegalTransaction.getLglTransExternalContactOrFetch()Retrieval of associated LglTransExternalContact entities (one to many).LglTransExternalContact.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransExternalContactModifier and TypeMethodDescriptionvoidLegalTransaction.addLglTransExternalContact(LglTransExternalContact... entity) Adds elements to the list of associated LglTransExternalContact entities.LegalTransaction.LegalTransactionBuilder.lglTransExternalContact(LglTransExternalContact... value) Navigation property to_LglTransExternalContact for LegalTransaction to multiple LglTransExternalContact.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with type arguments of type LglTransExternalContactModifier and TypeMethodDescriptionvoidLegalTransaction.setLglTransExternalContact(List<LglTransExternalContact> value) Overwrites the list of associated LglTransExternalContact entities for the loaded navigation property to_LglTransExternalContact.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransExternalContactModifierConstructorDescriptionLglTransExternalContactCreateFluentHelper(String servicePath, LglTransExternalContact entity, String entityCollection) Creates a fluent helper object that will create aLglTransExternalContactentity on the OData endpoint.LglTransExternalContactDeleteFluentHelper(String servicePath, LglTransExternalContact entity, String entityCollection) Creates a fluent helper object that will delete aLglTransExternalContactentity on the OData endpoint.LglTransExternalContactUpdateFluentHelper(String servicePath, LglTransExternalContact entity, String entityCollection) Creates a fluent helper object that will update aLglTransExternalContactentity on the OData endpoint. -
Uses of LglTransExternalContact 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 LglTransExternalContactModifier and TypeMethodDescriptionDefaultLegalTransactionServiceBatchChangeSet.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) LegalTransactionServiceBatchChangeSet.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Create a newLglTransExternalContactentity and save it to the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) LegalTransactionServiceBatchChangeSet.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deletes an existingLglTransExternalContactentity in the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) LegalTransactionServiceBatchChangeSet.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Update an existingLglTransExternalContactentity and save it to the S/4HANA system. -
Uses of LglTransExternalContact 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 LglTransExternalContactModifier and TypeMethodDescriptionLglTransExternalContactOneToOneLink.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 LglTransExternalContactModifier and TypeMethodDescriptionprotected LglTransExternalContactLink<ObjectT>LglTransExternalContactLink.translateLinkType(EntityLink<LglTransExternalContactLink<ObjectT>, LglTransExternalContact, ObjectT> link) -
Uses of LglTransExternalContact in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LglTransExternalContactModifier and TypeMethodDescriptionDefaultLegalTransactionService.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.LegalTransactionService.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Create a newLglTransExternalContactentity and save it to the S/4HANA system.DefaultLegalTransactionService.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.LegalTransactionService.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Deletes an existingLglTransExternalContactentity in the S/4HANA system.DefaultLegalTransactionService.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.LegalTransactionService.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Update an existingLglTransExternalContactentity and save it to the S/4HANA system.