Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.SalesContractPartner
Packages that use SalesContractPartner
Package
Description
-
Uses of SalesContractPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type parameters of type SalesContractPartnerModifier and TypeFieldDescriptionstatic final SalesContractLink<SalesContractPartner>SalesContract.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract that return SalesContractPartnerModifier and TypeMethodDescriptionSalesContractPartner.SalesContractPartnerBuilder.build()protected SalesContractPartnerSalesContractPartnerCreateFluentHelper.getEntity()protected SalesContractPartnerSalesContractPartnerDeleteFluentHelper.getEntity()protected SalesContractPartnerSalesContractPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract that return types with arguments of type SalesContractPartnerModifier and TypeMethodDescriptionSalesContract.fetchPartner()Fetches the SalesContractPartner entities (one to many) associated with this entity.protected Class<SalesContractPartner>SalesContractPartnerByKeyFluentHelper.getEntityClass()protected Class<SalesContractPartner>SalesContractPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesContractPartner>>SalesContract.getPartnerIfPresent()Retrieval of associated SalesContractPartner entities (one to many).SalesContract.getPartnerOrFetch()Retrieval of associated SalesContractPartner entities (one to many).SalesContractPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractPartnerModifier and TypeMethodDescriptionvoidSalesContract.addPartner(SalesContractPartner... entity) Adds elements to the list of associated SalesContractPartner entities.SalesContract.SalesContractBuilder.partner(SalesContractPartner... value) Navigation property to_Partner for SalesContract to multiple SalesContractPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with type arguments of type SalesContractPartnerModifier and TypeMethodDescriptionvoidSalesContract.setPartner(List<SalesContractPartner> value) Overwrites the list of associated SalesContractPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract with parameters of type SalesContractPartnerModifierConstructorDescriptionSalesContractPartnerCreateFluentHelper(String servicePath, SalesContractPartner entity, String entityCollection) Creates a fluent helper object that will create aSalesContractPartnerentity on the OData endpoint.SalesContractPartnerDeleteFluentHelper(String servicePath, SalesContractPartner entity, String entityCollection) Creates a fluent helper object that will delete aSalesContractPartnerentity on the OData endpoint.SalesContractPartnerUpdateFluentHelper(String servicePath, SalesContractPartner entity, String entityCollection) Creates a fluent helper object that will update aSalesContractPartnerentity on the OData endpoint. -
Uses of SalesContractPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.batch with parameters of type SalesContractPartnerModifier and TypeMethodDescriptionDefaultSalesContractServiceBatchChangeSet.createSalesContractPartner(SalesContractPartner salesContractPartner) SalesContractServiceBatchChangeSet.createSalesContractPartner(SalesContractPartner salesContractPartner) Create a newSalesContractPartnerentity and save it to the S/4HANA system.DefaultSalesContractServiceBatchChangeSet.deleteSalesContractPartner(SalesContractPartner salesContractPartner) SalesContractServiceBatchChangeSet.deleteSalesContractPartner(SalesContractPartner salesContractPartner) Deletes an existingSalesContractPartnerentity in the S/4HANA system.DefaultSalesContractServiceBatchChangeSet.updateSalesContractPartner(SalesContractPartner salesContractPartner) SalesContractServiceBatchChangeSet.updateSalesContractPartner(SalesContractPartner salesContractPartner) Update an existingSalesContractPartnerentity and save it to the S/4HANA system. -
Uses of SalesContractPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salescontract.link that return types with arguments of type SalesContractPartnerModifier and TypeMethodDescriptionSalesContractPartnerOneToOneLink.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.salescontract.link with type arguments of type SalesContractPartnerModifier and TypeMethodDescriptionprotected SalesContractPartnerLink<ObjectT>SalesContractPartnerLink.translateLinkType(EntityLink<SalesContractPartnerLink<ObjectT>, SalesContractPartner, ObjectT> link) -
Uses of SalesContractPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesContractPartnerModifier and TypeMethodDescriptionDefaultSalesContractService.createSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.SalesContractService.createSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.Create a newSalesContractPartnerentity and save it to the S/4HANA system.DefaultSalesContractService.deleteSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.SalesContractService.deleteSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.Deletes an existingSalesContractPartnerentity in the S/4HANA system.DefaultSalesContractService.updateSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.SalesContractService.updateSalesContractPartner(SalesContractPartner salesContractPartner) Deprecated.Update an existingSalesContractPartnerentity and save it to the S/4HANA system.