Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static BusinessPartnerContactLink<BPContactToFuncAndDept> |
BusinessPartnerContact.TO_CONTACT_RELATIONSHIP
Use with available fluent helpers to apply the to_ContactRelationship navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BPContactToFuncAndDept |
BPContactToFuncAndDept.BPContactToFuncAndDeptBuilder.build() |
BPContactToFuncAndDept |
BusinessPartnerContact.fetchContactRelationship()
Fetches the BPContactToFuncAndDept entity (one to one) associated with this entity.
|
BPContactToFuncAndDept |
BusinessPartnerContact.getContactRelationshipOrFetch()
Retrieval of associated BPContactToFuncAndDept entity (one to one).
|
protected BPContactToFuncAndDept |
BPContactToFuncAndDeptUpdateFluentHelper.getEntity()
BPContactToFuncAndDept entity object that will be updated in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
Optional<BPContactToFuncAndDept> |
BusinessPartnerContact.getContactRelationshipIfPresent()
Retrieval of associated BPContactToFuncAndDept entity (one to one).
|
protected Class<BPContactToFuncAndDept> |
BPContactToFuncAndDeptByKeyFluentHelper.getEntityClass() |
protected Class<BPContactToFuncAndDept> |
BPContactToFuncAndDeptFluentHelper.getEntityClass() |
Class<BPContactToFuncAndDept> |
BPContactToFuncAndDept.getType() |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerContact.BusinessPartnerContactBuilder |
BusinessPartnerContact.BusinessPartnerContactBuilder.contactRelationship(BPContactToFuncAndDept value) |
void |
BusinessPartnerContact.setContactRelationship(BPContactToFuncAndDept value)
Overwrites the associated BPContactToFuncAndDept entity for the loaded navigation property to_ContactRelationship.
|
Modifier and Type | Method and Description |
---|---|
protected BPContactToFuncAndDeptLink<ObjectT> |
BPContactToFuncAndDeptLink.translateLinkType(EntityLink<BPContactToFuncAndDeptLink<ObjectT>,BPContactToFuncAndDept,ObjectT> link) |
Constructor and Description |
---|
BPContactToFuncAndDeptUpdateFluentHelper(BPContactToFuncAndDept entity) |
BusinessPartnerContact(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
Boolean isStandardRelationship,
String relationshipCategory,
ErpConfigContext erpConfigContext,
List<BPContactToAddress> toContactAddress,
BPContactToFuncAndDept toContactRelationship) |
Modifier and Type | Method and Description |
---|---|
BPContactToFuncAndDeptUpdateFluentHelper |
BusinessPartnerService.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept)
Update an existing
BPContactToFuncAndDept entity and save it to the S/4HANA system. |
BPContactToFuncAndDeptUpdateFluentHelper |
DefaultBusinessPartnerService.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept) |
Copyright © 2018 SAP SE. All rights reserved.