Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BusinessPartner
Packages that use BusinessPartner
Package
Description
-
Uses of BusinessPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BusinessPartnerModifier and TypeMethodDescriptionBusinessPartner.BusinessPartnerBuilder.build()protected BusinessPartnerBusinessPartnerCreateFluentHelper.getEntity()protected BusinessPartnerBusinessPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BusinessPartnerModifier and TypeMethodDescriptionprotected Class<BusinessPartner>BusinessPartnerByKeyFluentHelper.getEntityClass()protected Class<BusinessPartner>BusinessPartnerFluentHelper.getEntityClass()BusinessPartner.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BusinessPartnerModifierConstructorDescriptionBusinessPartnerCreateFluentHelper(String servicePath, BusinessPartner entity, String entityCollection) Creates a fluent helper object that will create aBusinessPartnerentity on the OData endpoint.BusinessPartnerUpdateFluentHelper(String servicePath, BusinessPartner entity, String entityCollection) Creates a fluent helper object that will update aBusinessPartnerentity on the OData endpoint. -
Uses of BusinessPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type BusinessPartnerModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBusinessPartner(BusinessPartner businessPartner) Create a newBusinessPartnerentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBusinessPartner(BusinessPartner businessPartner) BusinessPartnerServiceBatchChangeSet.updateBusinessPartner(BusinessPartner businessPartner) Update an existingBusinessPartnerentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBusinessPartner(BusinessPartner businessPartner) -
Uses of BusinessPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type BusinessPartnerModifier and TypeMethodDescriptionBusinessPartnerOneToOneLink.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.businesspartner.link with type arguments of type BusinessPartnerModifier and TypeMethodDescriptionprotected BusinessPartnerLink<ObjectT>BusinessPartnerLink.translateLinkType(EntityLink<BusinessPartnerLink<ObjectT>, BusinessPartner, ObjectT> link) -
Uses of BusinessPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BusinessPartnerModifier and TypeMethodDescriptionBusinessPartnerService.createBusinessPartner(BusinessPartner businessPartner) Deprecated.Create a newBusinessPartnerentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBusinessPartner(BusinessPartner businessPartner) Deprecated.BusinessPartnerService.updateBusinessPartner(BusinessPartner businessPartner) Deprecated.Update an existingBusinessPartnerentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBusinessPartner(BusinessPartner businessPartner) Deprecated.