Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction.LglTransInternalContact
Packages that use LglTransInternalContact
Package
Description
-
Uses of LglTransInternalContact 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 LglTransInternalContactModifier and TypeFieldDescriptionstatic final LegalTransactionLink<LglTransInternalContact>LegalTransaction.TO_LGL_TRANS_INTERNAL_CONTACTUse with available fluent helpers to apply the to_LglTransInternalContact navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return LglTransInternalContactModifier and TypeMethodDescriptionLglTransInternalContact.LglTransInternalContactBuilder.build()protected LglTransInternalContactLglTransInternalContactCreateFluentHelper.getEntity()protected LglTransInternalContactLglTransInternalContactDeleteFluentHelper.getEntity()protected LglTransInternalContactLglTransInternalContactUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction that return types with arguments of type LglTransInternalContactModifier and TypeMethodDescriptionLegalTransaction.fetchLglTransInternalContact()Fetches the LglTransInternalContact entities (one to many) associated with this entity.protected Class<LglTransInternalContact>LglTransInternalContactByKeyFluentHelper.getEntityClass()protected Class<LglTransInternalContact>LglTransInternalContactFluentHelper.getEntityClass()io.vavr.control.Option<List<LglTransInternalContact>>LegalTransaction.getLglTransInternalContactIfPresent()Retrieval of associated LglTransInternalContact entities (one to many).LegalTransaction.getLglTransInternalContactOrFetch()Retrieval of associated LglTransInternalContact entities (one to many).LglTransInternalContact.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransInternalContactModifier and TypeMethodDescriptionvoidLegalTransaction.addLglTransInternalContact(LglTransInternalContact... entity) Adds elements to the list of associated LglTransInternalContact entities.LegalTransaction.LegalTransactionBuilder.lglTransInternalContact(LglTransInternalContact... value) Navigation property to_LglTransInternalContact for LegalTransaction to multiple LglTransInternalContact.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with type arguments of type LglTransInternalContactModifier and TypeMethodDescriptionvoidLegalTransaction.setLglTransInternalContact(List<LglTransInternalContact> value) Overwrites the list of associated LglTransInternalContact entities for the loaded navigation property to_LglTransInternalContact.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.legaltransaction with parameters of type LglTransInternalContactModifierConstructorDescriptionLglTransInternalContactCreateFluentHelper(String servicePath, LglTransInternalContact entity, String entityCollection) Creates a fluent helper object that will create aLglTransInternalContactentity on the OData endpoint.LglTransInternalContactDeleteFluentHelper(String servicePath, LglTransInternalContact entity, String entityCollection) Creates a fluent helper object that will delete aLglTransInternalContactentity on the OData endpoint.LglTransInternalContactUpdateFluentHelper(String servicePath, LglTransInternalContact entity, String entityCollection) Creates a fluent helper object that will update aLglTransInternalContactentity on the OData endpoint. -
Uses of LglTransInternalContact 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 LglTransInternalContactModifier and TypeMethodDescriptionDefaultLegalTransactionServiceBatchChangeSet.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) LegalTransactionServiceBatchChangeSet.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Create a newLglTransInternalContactentity and save it to the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) LegalTransactionServiceBatchChangeSet.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deletes an existingLglTransInternalContactentity in the S/4HANA system.DefaultLegalTransactionServiceBatchChangeSet.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) LegalTransactionServiceBatchChangeSet.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Update an existingLglTransInternalContactentity and save it to the S/4HANA system. -
Uses of LglTransInternalContact 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 LglTransInternalContactModifier and TypeMethodDescriptionLglTransInternalContactOneToOneLink.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 LglTransInternalContactModifier and TypeMethodDescriptionprotected LglTransInternalContactLink<ObjectT>LglTransInternalContactLink.translateLinkType(EntityLink<LglTransInternalContactLink<ObjectT>, LglTransInternalContact, ObjectT> link) -
Uses of LglTransInternalContact in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LglTransInternalContactModifier and TypeMethodDescriptionDefaultLegalTransactionService.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.LegalTransactionService.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Create a newLglTransInternalContactentity and save it to the S/4HANA system.DefaultLegalTransactionService.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.LegalTransactionService.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Deletes an existingLglTransInternalContactentity in the S/4HANA system.DefaultLegalTransactionService.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.LegalTransactionService.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Update an existingLglTransInternalContactentity and save it to the S/4HANA system.