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).
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<BPContactToFuncAndDept> |
BusinessPartnerContact.getContactRelationshipOrNull()
Retrieval of associated BPContactToFuncAndDept entity (one to one).
|
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.
|
Constructor and Description |
---|
BPContactToFuncAndDeptUpdateFluentHelper(BPContactToFuncAndDept entity) |
BusinessPartnerContact(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
Calendar validityEndDate,
Calendar 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.