Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BusinessPartnerRole
Packages that use BusinessPartnerRole
Package
Description
-
Uses of BusinessPartnerRole 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 BusinessPartnerRoleModifier and TypeFieldDescriptionstatic final BusinessPartnerLink<BusinessPartnerRole>BusinessPartner.TO_BUSINESS_PARTNER_ROLEUse with available fluent helpers to apply the to_BusinessPartnerRole navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BusinessPartnerRoleModifier and TypeMethodDescriptionBusinessPartnerRole.BusinessPartnerRoleBuilder.build()protected BusinessPartnerRoleBusinessPartnerRoleCreateFluentHelper.getEntity()protected BusinessPartnerRoleBusinessPartnerRoleUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BusinessPartnerRoleModifier and TypeMethodDescriptionBusinessPartner.fetchBusinessPartnerRole()Fetches the BusinessPartnerRole entities (one to many) associated with this entity.io.vavr.control.Option<List<BusinessPartnerRole>>BusinessPartner.getBusinessPartnerRoleIfPresent()Retrieval of associated BusinessPartnerRole entities (one to many).BusinessPartner.getBusinessPartnerRoleOrFetch()Retrieval of associated BusinessPartnerRole entities (one to many).protected Class<BusinessPartnerRole>BusinessPartnerRoleByKeyFluentHelper.getEntityClass()protected Class<BusinessPartnerRole>BusinessPartnerRoleFluentHelper.getEntityClass()BusinessPartnerRole.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BusinessPartnerRoleModifier and TypeMethodDescriptionvoidBusinessPartner.addBusinessPartnerRole(BusinessPartnerRole... entity) Adds elements to the list of associated BusinessPartnerRole entities.BusinessPartner.BusinessPartnerBuilder.businessPartnerRole(BusinessPartnerRole... value) Navigation property to_BusinessPartnerRole for BusinessPartner to multiple BusinessPartnerRole.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BusinessPartnerRoleModifier and TypeMethodDescriptionvoidBusinessPartner.setBusinessPartnerRole(List<BusinessPartnerRole> value) Overwrites the list of associated BusinessPartnerRole entities for the loaded navigation property to_BusinessPartnerRole.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BusinessPartnerRoleModifierConstructorDescriptionBusinessPartnerRoleCreateFluentHelper(String servicePath, BusinessPartnerRole entity, String entityCollection) Creates a fluent helper object that will create aBusinessPartnerRoleentity on the OData endpoint.BusinessPartnerRoleUpdateFluentHelper(String servicePath, BusinessPartnerRole entity, String entityCollection) Creates a fluent helper object that will update aBusinessPartnerRoleentity on the OData endpoint. -
Uses of BusinessPartnerRole 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 BusinessPartnerRoleModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) Create a newBusinessPartnerRoleentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) BusinessPartnerServiceBatchChangeSet.updateBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) Update an existingBusinessPartnerRoleentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) -
Uses of BusinessPartnerRole 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 BusinessPartnerRoleModifier and TypeMethodDescriptionBusinessPartnerRoleOneToOneLink.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 BusinessPartnerRoleModifier and TypeMethodDescriptionprotected BusinessPartnerRoleLink<ObjectT>BusinessPartnerRoleLink.translateLinkType(EntityLink<BusinessPartnerRoleLink<ObjectT>, BusinessPartnerRole, ObjectT> link) -
Uses of BusinessPartnerRole in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BusinessPartnerRoleModifier and TypeMethodDescriptionBusinessPartnerService.createBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) Deprecated.Create a newBusinessPartnerRoleentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) Deprecated.BusinessPartnerService.updateBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) Deprecated.Update an existingBusinessPartnerRoleentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBusinessPartnerRole(BusinessPartnerRole businessPartnerRole) Deprecated.