Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BusinessPartnerRating
Packages that use BusinessPartnerRating
Package
Description
-
Uses of BusinessPartnerRating in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type BusinessPartnerRatingModifier and TypeFieldDescriptionstatic final BusinessPartnerLink<BusinessPartnerRating>BusinessPartner.TO_BUSINESS_PARTNER_RATINGUse with available fluent helpers to apply the to_BusinessPartnerRating navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BusinessPartnerRatingModifier and TypeMethodDescriptionBusinessPartnerRating.BusinessPartnerRatingBuilder.build()protected BusinessPartnerRatingBusinessPartnerRatingCreateFluentHelper.getEntity()protected BusinessPartnerRatingBusinessPartnerRatingDeleteFluentHelper.getEntity()protected BusinessPartnerRatingBusinessPartnerRatingUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BusinessPartnerRatingModifier and TypeMethodDescriptionBusinessPartner.fetchBusinessPartnerRating()Fetches the BusinessPartnerRating entities (one to many) associated with this entity.io.vavr.control.Option<List<BusinessPartnerRating>>BusinessPartner.getBusinessPartnerRatingIfPresent()Retrieval of associated BusinessPartnerRating entities (one to many).BusinessPartner.getBusinessPartnerRatingOrFetch()Retrieval of associated BusinessPartnerRating entities (one to many).protected Class<BusinessPartnerRating>BusinessPartnerRatingByKeyFluentHelper.getEntityClass()protected Class<BusinessPartnerRating>BusinessPartnerRatingFluentHelper.getEntityClass()BusinessPartnerRating.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BusinessPartnerRatingModifier and TypeMethodDescriptionvoidBusinessPartner.addBusinessPartnerRating(BusinessPartnerRating... entity) Adds elements to the list of associated BusinessPartnerRating entities.BusinessPartner.BusinessPartnerBuilder.businessPartnerRating(BusinessPartnerRating... value) Navigation property to_BusinessPartnerRating for BusinessPartner to multiple BusinessPartnerRating.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BusinessPartnerRatingModifier and TypeMethodDescriptionvoidBusinessPartner.setBusinessPartnerRating(List<BusinessPartnerRating> value) Overwrites the list of associated BusinessPartnerRating entities for the loaded navigation property to_BusinessPartnerRating.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BusinessPartnerRatingModifierConstructorDescriptionBusinessPartnerRatingCreateFluentHelper(String servicePath, BusinessPartnerRating entity, String entityCollection) Creates a fluent helper object that will create aBusinessPartnerRatingentity on the OData endpoint.BusinessPartnerRatingDeleteFluentHelper(String servicePath, BusinessPartnerRating entity, String entityCollection) Creates a fluent helper object that will delete aBusinessPartnerRatingentity on the OData endpoint.BusinessPartnerRatingUpdateFluentHelper(String servicePath, BusinessPartnerRating entity, String entityCollection) Creates a fluent helper object that will update aBusinessPartnerRatingentity on the OData endpoint. -
Uses of BusinessPartnerRating 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 BusinessPartnerRatingModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Create a newBusinessPartnerRatingentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) BusinessPartnerServiceBatchChangeSet.deleteBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deletes an existingBusinessPartnerRatingentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) BusinessPartnerServiceBatchChangeSet.updateBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Update an existingBusinessPartnerRatingentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) -
Uses of BusinessPartnerRating 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 BusinessPartnerRatingModifier and TypeMethodDescriptionBusinessPartnerRatingOneToOneLink.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 BusinessPartnerRatingModifier and TypeMethodDescriptionprotected BusinessPartnerRatingLink<ObjectT>BusinessPartnerRatingLink.translateLinkType(EntityLink<BusinessPartnerRatingLink<ObjectT>, BusinessPartnerRating, ObjectT> link) -
Uses of BusinessPartnerRating in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BusinessPartnerRatingModifier and TypeMethodDescriptionBusinessPartnerService.createBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deprecated.Create a newBusinessPartnerRatingentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deprecated.BusinessPartnerService.deleteBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deprecated.Deletes an existingBusinessPartnerRatingentity in the S/4HANA system.DefaultBusinessPartnerService.deleteBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deprecated.BusinessPartnerService.updateBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deprecated.Update an existingBusinessPartnerRatingentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBusinessPartnerRating(BusinessPartnerRating businessPartnerRating) Deprecated.