Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BPContactToFuncAndDept
Packages that use BPContactToFuncAndDept
Package
Description
-
Uses of BPContactToFuncAndDept 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 BPContactToFuncAndDeptModifier and TypeFieldDescriptionstatic final BusinessPartnerContactOneToOneLink<BPContactToFuncAndDept>BusinessPartnerContact.TO_CONTACT_RELATIONSHIPUse with available fluent helpers to apply the to_ContactRelationship navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BPContactToFuncAndDeptModifier and TypeMethodDescriptionBPContactToFuncAndDept.BPContactToFuncAndDeptBuilder.build()BusinessPartnerContact.fetchContactRelationship()Fetches the BPContactToFuncAndDept entity (one to one) associated with this entity.BusinessPartnerContact.getContactRelationshipOrFetch()Retrieval of associated BPContactToFuncAndDept entity (one to one).protected BPContactToFuncAndDeptBPContactToFuncAndDeptUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BPContactToFuncAndDeptModifier and TypeMethodDescriptionio.vavr.control.Option<BPContactToFuncAndDept>BusinessPartnerContact.getContactRelationshipIfPresent()Retrieval of associated BPContactToFuncAndDept entity (one to one).protected Class<BPContactToFuncAndDept>BPContactToFuncAndDeptByKeyFluentHelper.getEntityClass()protected Class<BPContactToFuncAndDept>BPContactToFuncAndDeptFluentHelper.getEntityClass()BPContactToFuncAndDept.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPContactToFuncAndDeptModifier and TypeMethodDescriptionBusinessPartnerContact.BusinessPartnerContactBuilder.contactRelationship(BPContactToFuncAndDept value) Navigation property to_ContactRelationship for BusinessPartnerContact to single BPContactToFuncAndDept.voidBusinessPartnerContact.setContactRelationship(BPContactToFuncAndDept value) Overwrites the associated BPContactToFuncAndDept entity for the loaded navigation property to_ContactRelationship.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPContactToFuncAndDeptModifierConstructorDescriptionBPContactToFuncAndDeptUpdateFluentHelper(String servicePath, BPContactToFuncAndDept entity, String entityCollection) Creates a fluent helper object that will update aBPContactToFuncAndDeptentity on the OData endpoint.BusinessPartnerContact(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate, LocalDateTime validityStartDate, Boolean isStandardRelationship, String relationshipCategory, List<BPContactToAddress> toContactAddress, BPContactToFuncAndDept toContactRelationship) -
Uses of BPContactToFuncAndDept 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 BPContactToFuncAndDeptModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept) Update an existingBPContactToFuncAndDeptentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept) -
Uses of BPContactToFuncAndDept 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 BPContactToFuncAndDeptModifier and TypeMethodDescriptionBPContactToFuncAndDeptOneToOneLink.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 BPContactToFuncAndDeptModifier and TypeMethodDescriptionprotected BPContactToFuncAndDeptLink<ObjectT>BPContactToFuncAndDeptLink.translateLinkType(EntityLink<BPContactToFuncAndDeptLink<ObjectT>, BPContactToFuncAndDept, ObjectT> link) -
Uses of BPContactToFuncAndDept in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BPContactToFuncAndDeptModifier and TypeMethodDescriptionBusinessPartnerService.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept) Deprecated.Update an existingBPContactToFuncAndDeptentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept) Deprecated.