Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BPRelationship
Packages that use BPRelationship
Package
Description
-
Uses of BPRelationship 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 BPRelationshipModifier and TypeFieldDescriptionstatic final BusinessPartnerLink<BPRelationship>BusinessPartner.TO_BP_RELATIONSHIPUse with available fluent helpers to apply the to_BPRelationship navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BPRelationshipModifier and TypeMethodDescriptionBPRelationship.BPRelationshipBuilder.build()protected BPRelationshipBPRelationshipCreateFluentHelper.getEntity()protected BPRelationshipBPRelationshipDeleteFluentHelper.getEntity()protected BPRelationshipBPRelationshipUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BPRelationshipModifier and TypeMethodDescriptionBusinessPartner.fetchBPRelationship()Fetches the BPRelationship entities (one to many) associated with this entity.io.vavr.control.Option<List<BPRelationship>>BusinessPartner.getBPRelationshipIfPresent()Retrieval of associated BPRelationship entities (one to many).BusinessPartner.getBPRelationshipOrFetch()Retrieval of associated BPRelationship entities (one to many).protected Class<BPRelationship>BPRelationshipByKeyFluentHelper.getEntityClass()protected Class<BPRelationship>BPRelationshipFluentHelper.getEntityClass()BPRelationship.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPRelationshipModifier and TypeMethodDescriptionvoidBusinessPartner.addBPRelationship(BPRelationship... entity) Adds elements to the list of associated BPRelationship entities.BusinessPartner.BusinessPartnerBuilder.bpRelationship(BPRelationship... value) Navigation property to_BPRelationship for BusinessPartner to multiple BPRelationship.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BPRelationshipModifier and TypeMethodDescriptionvoidBusinessPartner.setBPRelationship(List<BPRelationship> value) Overwrites the list of associated BPRelationship entities for the loaded navigation property to_BPRelationship.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPRelationshipModifierConstructorDescriptionBPRelationshipCreateFluentHelper(String servicePath, BPRelationship entity, String entityCollection) Creates a fluent helper object that will create aBPRelationshipentity on the OData endpoint.BPRelationshipDeleteFluentHelper(String servicePath, BPRelationship entity, String entityCollection) Creates a fluent helper object that will delete aBPRelationshipentity on the OData endpoint.BPRelationshipUpdateFluentHelper(String servicePath, BPRelationship entity, String entityCollection) Creates a fluent helper object that will update aBPRelationshipentity on the OData endpoint. -
Uses of BPRelationship 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 BPRelationshipModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBPRelationship(BPRelationship bPRelationship) Create a newBPRelationshipentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBPRelationship(BPRelationship bPRelationship) BusinessPartnerServiceBatchChangeSet.deleteBPRelationship(BPRelationship bPRelationship) Deletes an existingBPRelationshipentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteBPRelationship(BPRelationship bPRelationship) BusinessPartnerServiceBatchChangeSet.updateBPRelationship(BPRelationship bPRelationship) Update an existingBPRelationshipentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBPRelationship(BPRelationship bPRelationship) -
Uses of BPRelationship 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 BPRelationshipModifier and TypeMethodDescriptionBPRelationshipOneToOneLink.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 BPRelationshipModifier and TypeMethodDescriptionprotected BPRelationshipLink<ObjectT>BPRelationshipLink.translateLinkType(EntityLink<BPRelationshipLink<ObjectT>, BPRelationship, ObjectT> link) -
Uses of BPRelationship in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BPRelationshipModifier and TypeMethodDescriptionBusinessPartnerService.createBPRelationship(BPRelationship bPRelationship) Deprecated.Create a newBPRelationshipentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBPRelationship(BPRelationship bPRelationship) Deprecated.BusinessPartnerService.deleteBPRelationship(BPRelationship bPRelationship) Deprecated.Deletes an existingBPRelationshipentity in the S/4HANA system.DefaultBusinessPartnerService.deleteBPRelationship(BPRelationship bPRelationship) Deprecated.BusinessPartnerService.updateBPRelationship(BPRelationship bPRelationship) Deprecated.Update an existingBPRelationshipentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBPRelationship(BPRelationship bPRelationship) Deprecated.