Modifier and Type | Field and Description |
---|---|
static BusinessPartnerContactOneToOneLink<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() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BPContactToFuncAndDept> |
BusinessPartnerContact.getContactRelationshipIfPresent()
Retrieval of associated BPContactToFuncAndDept entity (one to one).
|
protected Class<BPContactToFuncAndDept> |
BPContactToFuncAndDeptFluentHelper.getEntityClass() |
protected Class<BPContactToFuncAndDept> |
BPContactToFuncAndDeptByKeyFluentHelper.getEntityClass() |
Class<BPContactToFuncAndDept> |
BPContactToFuncAndDept.getType() |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerContact.BusinessPartnerContactBuilder |
BusinessPartnerContact.BusinessPartnerContactBuilder.contactRelationship(BPContactToFuncAndDept value)
Navigation property to_ContactRelationship for BusinessPartnerContact to single
BPContactToFuncAndDept.
|
void |
BusinessPartnerContact.setContactRelationship(BPContactToFuncAndDept value)
Overwrites the associated BPContactToFuncAndDept entity for the loaded navigation property
to_ContactRelationship.
|
Constructor and Description |
---|
BPContactToFuncAndDeptUpdateFluentHelper(String servicePath,
BPContactToFuncAndDept entity)
Creates a fluent helper object that will update a
BPContactToFuncAndDept entity on the OData endpoint. |
BusinessPartnerContact(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
Boolean isStandardRelationship,
String relationshipCategory,
List<BPContactToAddress> toContactAddress,
BPContactToFuncAndDept toContactRelationship) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept)
Update an existing
BPContactToFuncAndDept entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateBPContactToFuncAndDept(BPContactToFuncAndDept bPContactToFuncAndDept)
Update an existing
BPContactToFuncAndDept entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BPContactToFuncAndDept> |
BPContactToFuncAndDeptOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected BPContactToFuncAndDeptLink<ObjectT> |
BPContactToFuncAndDeptLink.translateLinkType(EntityLink<BPContactToFuncAndDeptLink<ObjectT>,BPContactToFuncAndDept,ObjectT> link) |
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 © 2019 SAP SE. All rights reserved.